Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
type Option ¶
type Option struct {
LogPath string `snow:"LogPath"`
MaxLogChanLength int `snow:"MaxLogChanLength"`
Formatter string `snow:"Formatter"`
WithFileLine bool `snow:"WithFileLine"`
FileLineSkip int `snow:"FileLineSkip"`
Filter map[string]logging.Level `snow:"Filter"`
DefaultLevel logging.Level `snow:"DefaultLevel"`
}
Click to show internal directories.
Click to hide internal directories.