Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
(this *LogWriter) LogWrite(rec *LogRecord) {
32
this.rec <- rec
33
}
34
35
var
_log_writer = &LogWriter{
36
rec: make(
chan
*LogRecord, LogBufferLength),
Callers
2
post_log
Function · 0.80
Close
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected