LogPlainFormat class abstract

Constructors

LogPlainFormat.custom({Iterable<String> start()?, required Iterable<String> format(LogEvent event), Iterable<String> end()?})
custom implementation
const
factory
LogPlainFormat.json()
json implementation
const
factory
LogPlainFormat.pretty({String prefix})
pretty implementation
const
factory
LogPlainFormat.simple({String prefix})
simple 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

end() Iterable<String>
end
format(LogEvent event) Iterable<String>
format
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Iterable<String>
start
toString() String
A string representation of this object.
inherited

Operators

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