MCPcopy Index your code
hub / github.com/pterm/pterm / Debug

Method Debug

logger.go:414–416  ·  view source on GitHub ↗

Debug prints a debug log.

(msg string, args ...[]LoggerArgument)

Source from the content-addressed store, hash-verified

412
413// Debug prints a debug log.
414func (l Logger) Debug(msg string, args ...[]LoggerArgument) {
415 l.print(LogLevelDebug, msg, l.combineArgs(args...))
416}
417
418// Info prints an info log.
419func (l Logger) Info(msg string, args ...[]LoggerArgument) {

Callers 7

HandleMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

printMethod · 0.95
combineArgsMethod · 0.95

Tested by

no test coverage detected