Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ LogError
Method
LogError
log/debug_logger.go:54–56 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(l DebugLogger) LogError(message string) {
55
_, _ = fmt.Fprint(l.writer, message)
56
}
57
58
func
NewDebugLogger(writer io.Writer) *DebugLogger {
59
return
&DebugLogger{writer}
Callers
1
TestLogErrorWritesToStandardError
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestLogErrorWritesToStandardError
Function · 0.76