e1.6.2 Dropped log report fix.
This commit is contained in:
11
interface.go
11
interface.go
@ -29,11 +29,12 @@ const (
|
||||
|
||||
// logRecord represents a single log entry.
|
||||
type logRecord struct {
|
||||
Flags int64
|
||||
TimeStamp time.Time
|
||||
Level int64
|
||||
Trace string
|
||||
Args []any
|
||||
Flags int64
|
||||
TimeStamp time.Time
|
||||
Level int64
|
||||
Trace string
|
||||
Args []any
|
||||
unreportedDrops uint64 // Dropped log tracker
|
||||
}
|
||||
|
||||
// Logger instance methods for configuration and logging at different levels.
|
||||
|
||||
Reference in New Issue
Block a user