MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / Logger

Struct Logger

callback/logger.go:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type Logger struct {
23 FileLogger *cblog.Logger
24 Progress bool
25 ProgressLogDir string
26 modeStarts map[Mode]int64
27 modeStartsLock *sync.Mutex
28 lastPrint int64
29}
30
31func (l *Logger) Init() error {
32 if l.FileLogger == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected