Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidLogType = errors.New("invalid log type")
ErrInvalidLogType is error for invalid log type.
Functions ¶
Types ¶
type Config ¶
type Config struct { Type LogType Level LogLevel JsonFormat bool Color bool // For newrelic. NewrelicName string NewrelicLicense string }
Config is log config.
Click to show internal directories.
Click to hide internal directories.