RecordingChataptorLogger class
In-memory logger useful in tests. Captures every call.
- Implemented types
Constructors
- RecordingChataptorLogger()
- Creates a RecordingChataptorLogger.
Properties
Methods
-
log(
ChataptorLogLevel level, String message, {Object? error, StackTrace? stackTrace}) → void -
Writes a single log entry.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited