MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / NewLoggerFactory

Function NewLoggerFactory

log/logger_factory.go:33–35  ·  view source on GitHub ↗

NewLoggerFactory create a pipeline logger factory goland:noinspection GoUnusedExportedFunction

()

Source from the content-addressed store, hash-verified

31// NewLoggerFactory create a pipeline logger factory
32//goland:noinspection GoUnusedExportedFunction
33func NewLoggerFactory() LoggerFactory {
34 return &loggerFactory{}
35}
36
37type loggerFactory struct {
38}

Callers 3

StartContainerSSHMethod · 0.92
MainFunction · 0.92
NewLoggerFunction · 0.85

Calls

no outgoing calls

Tested by 1

StartContainerSSHMethod · 0.74