MCPcopy Create free account
hub / github.com/UiPath/uipathcli / DefaultLogger

Struct DefaultLogger

log/default_logger.go:11–13  ·  view source on GitHub ↗

The DefaultLogger does not output any information on standard output. It only shows error output on standard error.

Source from the content-addressed store, hash-verified

9//
10// It only shows error output on standard error.
11type DefaultLogger struct {
12 writer io.Writer
13}
14
15func (l DefaultLogger) LogRequest(request RequestInfo) {
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected