Documentation
¶
Index ¶
Constants ¶
View Source
const (
DateFormat = "02-01-2006" // dd-mm-yyyy
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
Time string `json:"time"`
Level string `json:"level"`
Message string `json:"message"`
Line int `json:"line"`
File string `json:"file"`
Properties map[string]string `json:"properties,omitempty"`
Trace string `json:"trace,omitempty"`
}
Log
Click to show internal directories.
Click to hide internal directories.