Documentation ¶ Index ¶ type PlutoLog func NewLogger(lc fx.Lifecycle, config *config.Config) (*PlutoLog, error) func (pl *PlutoLog) Debug(message interface{}) func (pl *PlutoLog) Error(message interface{}) func (pl *PlutoLog) Info(message interface{}) func (pl *PlutoLog) Warn(message interface{}) func (pl *PlutoLog) With(keyvals ...interface{}) *PlutoLog Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PlutoLog ¶ type PlutoLog struct { // contains filtered or unexported fields } func NewLogger ¶ func NewLogger(lc fx.Lifecycle, config *config.Config) (*PlutoLog, error) func (*PlutoLog) Debug ¶ func (pl *PlutoLog) Debug(message interface{}) func (*PlutoLog) Error ¶ func (pl *PlutoLog) Error(message interface{}) func (*PlutoLog) Info ¶ func (pl *PlutoLog) Info(message interface{}) func (*PlutoLog) Warn ¶ func (pl *PlutoLog) Warn(message interface{}) func (*PlutoLog) With ¶ func (pl *PlutoLog) With(keyvals ...interface{}) *PlutoLog Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.