Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogEntry ¶
type LogEntry struct {
Timestamp time.Time
Level Level
Logger string
Message string
Caller string
Fields map[string]interface{}
TraceID string
SpanID string
Source string
ParseError string // Set when parsing fails
}
LogEntry represents a standardized log entry
Click to show internal directories.
Click to hide internal directories.