Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andeya/pholcus
/ WriteMsg
Method
WriteMsg
logs/logs/log.go:69–69 ·
view source on GitHub ↗
(msg string, level int)
Source
from the content-addressed store, hash-verified
67
type
LoggerInterface
interface
{
68
Init(config
map
[string]
interface
{}) error
69
WriteMsg(msg string, level int) error
70
Destroy()
71
Flush()
72
}
Callers
4
TestConsoleDestroyFlush
Function · 0.65
writerMsg
Method · 0.65
startLogger
Method · 0.65
Close
Method · 0.65
Implementers
4
ConsoleWriter
logs/logs/console.go
FileLogWriter
logs/logs/file.go
ConnWriter
logs/logs/conn.go
SmtpWriter
logs/logs/smtp.go
Calls
no outgoing calls
Tested by
1
TestConsoleDestroyFlush
Function · 0.52