Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogRecord ¶
type LogRecord struct { TraceId string SpanId string Timestamp time.Time CollectTime time.Time LoggerName string Level string Caller string Message string Stack string // Labels store other elems and kubernetes elems Labels map[string]any // json }
func NewLogRecord ¶
func NewLogRecord() *LogRecord
Click to show internal directories.
Click to hide internal directories.