MCPcopy Index your code
hub / github.com/DoNewsCode/core / Debug

Method Debug

contract/log.go:11–11  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

9type LevelLogger interface {
10 Logger
11 Debug(args ...interface{})
12 Info(args ...interface{})
13 Warn(args ...interface{})
14 Err(args ...interface{})

Callers 14

httpServeMethod · 0.65
grpcServeMethod · 0.65
provideRedisFactoryFunction · 0.65
TestWithLevelFunction · 0.65
TestLevelFilterFunction · 0.65
DebugfMethod · 0.65
DebugwMethod · 0.65
DebugMethod · 0.65
TraceMethod · 0.65
provideReaderFactoryFunction · 0.65
provideWriterFactoryFunction · 0.65

Implementers 1

levelLoggerlogging/log.go

Calls

no outgoing calls

Tested by 3

TestWithLevelFunction · 0.52
TestLevelFilterFunction · 0.52