MCPcopy
hub / github.com/TarsCloud/TarsGo / ConsoleWriter

Struct ConsoleWriter

tars/util/rogger/logwriter.go:26–27  ·  view source on GitHub ↗

ConsoleWriter writes the logs to the console.

Source from the content-addressed store, hash-verified

24
25// ConsoleWriter writes the logs to the console.
26type ConsoleWriter struct {
27}
28
29// RollFileWriter struct for rotate logs by file size.
30type RollFileWriter struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected