LogOutput class abstract

log output

Implementers

Constructors

LogOutput.custom({void init()?, void write(LogEvent event)?, void close()?})
custom implementation
const
factory
LogOutput.developerLog()
developerLog implementation
const
factory
LogOutput.filtered({required LogFilter filter, required LogOutput child})
filtered implementation
const
factory
LogOutput.multi({required List<LogOutput> children})
multi implementation
const
factory
LogOutput.noop()
noop implementation
const
factory
LogOutput.plain({required LogPlainFormat format, required LogPlainOutput child})
plain implementation
const
factory
LogOutput.redirect({bool enabled, required LogOutput child})
redirect implementation
const
factory
LogOutput.redirectOnDebug({required LogOutput child})
redirectOnDebug implementation
const
factory
LogOutput.redirectOnProfile({required LogOutput child})
redirectOnProfile implementation
const
factory
LogOutput.redirectOnRelease({required LogOutput child})
redirectOnRelease 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
initialized output
init() → void
initialized output
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(LogEvent event) → void
output event

Operators

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