Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ LogError
Method
LogError
log/default_logger.go:24–26 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(l DefaultLogger) LogError(message string) {
25
_, _ = fmt.Fprint(l.writer, message)
26
}
27
28
func
NewDefaultLogger(writer io.Writer) *DefaultLogger {
29
return
&DefaultLogger{writer}
Callers
1
executeWait
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected