MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Base

Interface Base

log/logger.go:104–106  ·  view source on GitHub ↗

Base is the interface that underlies the Logger. It receives the caller skip count, log level, and formatted message.

Source from the content-addressed store, hash-verified

102// Base is the interface that underlies the Logger. It receives the caller
103// skip count, log level, and formatted message.
104type Base interface {
105 Log(callerSkip int, lvl Level, msg string)
106}
107
108// baseLogger writes formatted log messages to an io.Writer.
109// Output format:

Callers 1

logMsgMethod · 0.65

Implementers 1

baseLoggerlog/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected