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

Struct Console

util/logger/console.go:42–45  ·  view source on GitHub ↗

Console is a console writer used for logging.

Source from the content-addressed store, hash-verified

40
41// Console is a console writer used for logging.
42type Console struct {
43 writer *os.File
44 color bool
45}
46
47// NewConsole creates and returns a new logger Console writer
48// If color is true, this writer uses Ansi codes to write

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected