LogPlainOutput class abstract

Constructors

LogPlainOutput.console()
console implementation
const
factory
LogPlainOutput.custom({void init()?, void write(Iterable<String> list)?, void close()?})
custom implementation
const
factory
LogPlainOutput.debugPrint()
debugPrint implementation
const
factory
LogPlainOutput.developerLog()
console implementation
const
factory
LogPlainOutput.file({required String path, String prefix, String postfix, String ext})
file implementation
factory
LogPlainOutput.multi({required List<LogPlainOutput> children})
multi implementation
const
factory
LogPlainOutput.noop()
noop implementation
const
factory
LogPlainOutput.redirect({bool enabled, required LogPlainOutput child})
redirect implementation
const
factory

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