RotationLogger class

Constructors

RotationLogger(RotationLogTerm term)

Properties

hashCode int
The hash code for this object.
no setterinherited
logFileName String
no setter
output RotationOutput
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
term RotationLogTerm
getter/setter pair

Methods

append(String log) → void
archiveLog() Future<String>
close() Future<void>
error(Error err) → void
exception(dynamic exception, StackTrace stackTrace) → void
init() Future<void>
log(Level level, String message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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