MCPcopy Create free account
hub / github.com/Cyinx/einx / writeStd

Method writeStd

slog/slog_write.go:59–61  ·  view source on GitHub ↗
(log *LogRecord)

Source from the content-addressed store, hash-verified

57}
58
59func (this *LogWriter) writeStd(log *LogRecord) {
60 os.Stdout.Write(_log_writer.buf)
61}
62
63func (this *LogWriter) InitPath(p string) {
64 if atomic.CompareAndSwapInt32(&this.b_init, 0, 1) == true {

Callers 1

doRunMethod · 0.95

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected