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

Method LogWrite

slog/slog_write.go:31–33  ·  view source on GitHub ↗
(rec *LogRecord)

Source from the content-addressed store, hash-verified

29}
30
31func (this *LogWriter) LogWrite(rec *LogRecord) {
32 this.rec <- rec
33}
34
35var _log_writer = &LogWriter{
36 rec: make(chan *LogRecord, LogBufferLength),

Callers 2

post_logFunction · 0.80
CloseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected