MCPcopy
hub / github.com/g3n/engine / LoggerWriter

Interface LoggerWriter

util/logger/logger.go:47–51  ·  view source on GitHub ↗

LoggerWriter is the interface for all logger writers

Source from the content-addressed store, hash-verified

45
46// LoggerWriter is the interface for all logger writers
47type LoggerWriter interface {
48 Write(*Event)
49 Close()
50 Sync()
51}
52
53// Logger Object state structure
54type Logger struct {

Callers 17

mainFunction · 0.65
generateFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
writeAllMethod · 0.65
WriteMethod · 0.65
genFileFunction · 0.65
mainFunction · 0.65
processDirFunction · 0.65
processFileFunction · 0.65
generateFunction · 0.65
CreateCursorMethod · 0.65

Implementers 3

Consoleutil/logger/console.go
Fileutil/logger/file.go
Netutil/logger/net.go

Calls

no outgoing calls

Tested by

no test coverage detected