MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Error

Method Error

log/logger_impl.go:126–129  ·  view source on GitHub ↗
(message ...interface{})

Source from the content-addressed store, hash-verified

124}
125
126func (pipeline *logger) Error(message ...interface{}) {
127 pipeline.helper()
128 pipeline.write(config.LogLevelError, message...)
129}
130
131func (pipeline *logger) Warning(message ...interface{}) {
132 pipeline.helper()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected