MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / ExampleLogger

Struct ExampleLogger

pkg/api/example_usage.go:47–47  ·  view source on GitHub ↗

ExampleLogger demonstrates how to implement the Logger interface.

Source from the content-addressed store, hash-verified

45
46// ExampleLogger demonstrates how to implement the Logger interface.
47type ExampleLogger struct{}
48
49func (l *ExampleLogger) Debug(format string, args ...interface{}) {
50 log.Printf("[DEBUG] "+format, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected