Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogEntry ¶
type LogEntry struct { // Error is the error passed to an error log line. Error error // KeysAndValues are the keys and values that were logged with // the log line. KeysAndValues []interface{} // Level is the level of the info log line. Level int // Messages is the message from the log line. Message string }
LogEntry captures the information about a particular log line.
type TestLogger ¶
TestLogger provides a logr.Logger and access to a list of log entries logged via the logger.
Click to show internal directories.
Click to hide internal directories.