FileStreamLogger class

Inheritance

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
prepareShareable() Future<File>
share() Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited