Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerFactory ¶
type LoggerFactory struct {
// contains filtered or unexported fields
}
LoggerFactory creates configured loggers
func NewLoggerFactory ¶
func NewLoggerFactory(pipeline *logging.Pipeline) *LoggerFactory
NewLoggerFactory creates a new logger factory
type SlogHandler ¶
type SlogHandler struct {
// contains filtered or unexported fields
}
SlogHandler adapts slog to our logging system
func NewSlogHandler ¶
func NewSlogHandler(writer logging.Writer, source string) *SlogHandler
NewSlogHandler creates a new slog handler
Click to show internal directories.
Click to hide internal directories.