MCPcopy
hub / github.com/github/gh-ost / Logger

Interface Logger

go/base/context.go:280–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280type Logger interface {
281 Debug(args ...interface{})
282 Debugf(format string, args ...interface{})
283 Info(args ...interface{})
284 Infof(format string, args ...interface{})
285 Warning(args ...interface{}) error
286 Warningf(format string, args ...interface{}) error
287 Error(args ...interface{}) error
288 Errorf(format string, args ...interface{}) error
289 Errore(err error) error
290 Fatal(args ...interface{}) error
291 Fatalf(format string, args ...interface{}) error
292 Fatale(err error) error
293 SetLevel(level log.LogLevel)
294 SetPrintStackTrace(printStackTraceFlag bool)
295}
296
297type ContextConfig struct {
298 Client struct {

Callers 84

DebugMethod · 0.65
StreamEventsMethod · 0.65
GetTableColumnsFunction · 0.65
DebugfMethod · 0.65
validateGrantsMethod · 0.65
restartReplicationMethod · 0.65
applyBinlogFormatMethod · 0.65
validateTableMethod · 0.65
InfoMethod · 0.65
MigrateMethod · 0.65
printStatusMethod · 0.65

Implementers 1

simpleLoggergo/base/default_logger.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…