Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Output(text string) Recycle() }
func NewEmptyLogger ¶
func NewEmptyLogger() Logger
func NewFSLogger ¶
func NewStdoutLogger ¶
func NewStdoutLogger() Logger
func NewSyslogLogger ¶
type LoggerService ¶
Click to show internal directories.
Click to hide internal directories.