LogPlainOutput class abstract
Constructors
- LogPlainOutput.console()
-
console implementation
constfactory
-
LogPlainOutput.custom({void init()?, void write(Iterable<
String> list)?, void close()?}) -
custom implementation
constfactory
- LogPlainOutput.debugPrint()
-
debugPrint implementation
constfactory
- LogPlainOutput.developerLog()
-
console implementation
constfactory
- LogPlainOutput.file({required String path, String prefix, String postfix, String ext})
-
file implementation
factory
-
LogPlainOutput.multi({required List<
LogPlainOutput> children}) -
multi implementation
constfactory
- LogPlainOutput.noop()
-
noop implementation
constfactory
- LogPlainOutput.redirect({bool enabled, required LogPlainOutput child})
-
redirect implementation
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void - close
-
init(
) → void - initialize
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Iterable< String> list) → void - write
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited