Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONLogEntry ¶
type JSONLogEntry struct { Ts string Level string Msg string Caller string Error string Values map[string]interface{} }
func (*JSONLogEntry) KeysAndValues ¶
func (j *JSONLogEntry) KeysAndValues() []interface{}
func (*JSONLogEntry) MarshalJSON ¶
func (j *JSONLogEntry) MarshalJSON() ([]byte, error)
func (*JSONLogEntry) UnmarshalJSON ¶
func (j *JSONLogEntry) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.