RotatingFileBackend<T> class

Implemented types

Constructors

RotatingFileBackend(Directory dir, {String namer(DateTime now) = periodicNamer})

Properties

dir Directory
final
file File?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
namer String Function(DateTime now)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(T record) Future<void>
override
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

Static Methods

periodicNamer(DateTime now, {Duration period = const Duration(days: 1)}) String