FileStreamLogger class
- Inheritance
-
- Object
- StreamLogger
- FileStreamLogger
Constructors
- FileStreamLogger(FileLogConfig config, {FileLogSender? sender, StreamLogger? console})
Properties
- config → FileLogConfig
-
final
- console → StreamLogger?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathSeparator → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → FileLogSender?
-
final
Methods
-
clear(
) → Future< void> -
emoji(
Priority priority) → String -
inherited
-
log(
Priority priority, String tag, MessageBuilder message, [Object? error, StackTrace? stk]) → Future< void> -
override
-
name(
Priority priority) → String -
inherited
-
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