# Functions
BuildTestLogEventListFromChan constructs a new TestLogEventList from a channel that supplies a sequence of values until it is closed.
ConvertTestLogEventList constructs a new list containing the supplied values, if any.
MakeTestLogEventList makes an empty list with both length and capacity initialised.
No description provided by the author
NewTestLogEventList constructs a new list containing the supplied values, if any.
NewWithConsoleLogger creates a new test logger with a wrapped console logger.
# Structs
TestLogEvent describes one item in a linked list that holds a single log message.
TestLogEventList contains a slice of type *TestLogEvent.
TestLogger captures log messages, organised by level: Infos, Warns, Errors and Panics.