Documentation ¶
Overview ¶
Write to log file.
Index ¶
- type Log
- func (r Log) Alert(args ...interface{}) error
- func (r Log) Crit(args ...interface{}) error
- func (r Log) Debug(args ...interface{}) error
- func (r Log) Err(args ...interface{}) error
- func (r Log) Info(args ...interface{}) error
- func (r Log) Notice(args ...interface{}) error
- func (r Log) Serialize() (s string, err error)
- func (r Log) SetSerializeValue(key string, v interface{}) error
- func (r Log) SetSerializeValueAdd(key string, v interface{}) error
- func (r Log) SetSerializeValueReplace(key string, v interface{}) error
- func (r Log) Warn(args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
Holds this module's functions. Accessible as `kong.Log`
func (Log) SetSerializeValue ¶ added in v0.6.0
func (Log) SetSerializeValueAdd ¶ added in v0.6.0
func (Log) SetSerializeValueReplace ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.