MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Write

Method Write

log/writer.go:13–13  ·  view source on GitHub ↗

Write writes a log message to the output.

(level config.LogLevel, message message.Message)

Source from the content-addressed store, hash-verified

11type Writer interface {
12 // Write writes a log message to the output.
13 Write(level config.LogLevel, message message.Message) error
14 // Rotate attempts to rotate the logs. Has no effect on non-file based loggers.
15 Rotate() error
16

Callers 15

buildMethod · 0.95
SendStdinMethod · 0.65
printLicensesFunction · 0.65
handleDataMethod · 0.65
TestConnectionSetupFunction · 0.65
ServeHTTPMethod · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
writeMethod · 0.65
writefMethod · 0.65
WriteMethod · 0.65
writeMessageCodesFileFunction · 0.65

Calls

no outgoing calls

Tested by 2

SendStdinMethod · 0.52
TestConnectionSetupFunction · 0.52