Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter is a logger.Adapter that writes logs to the provided LogEntries slice.
This adapter is designed for testing purposes and is not intended for production use.
type LogEntries ¶
type LogEntries []LogEntry
func (*LogEntries) Reset ¶
func (le *LogEntries) Reset()
Click to show internal directories.
Click to hide internal directories.