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

Method Info

pkg/api/example_usage.go:53–55  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

51}
52
53func (l *ExampleLogger) Info(format string, args ...interface{}) {
54 log.Printf("[INFO] "+format, args...)
55}
56
57func (l *ExampleLogger) Error(format string, args ...interface{}) {
58 log.Printf("[ERROR] "+format, args...)

Callers 1

ExampleUsageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected