FileOutputLogger class final

output to file, use io

Inheritance
  • Object
  • OutputLogger
  • FileOutputLogger

Constructors

FileOutputLogger.new(String parentName, {String selfname = 'file', bool selfonly = false, String dir = '.', int bufferSize = 100})

Properties

format String Function(LogRecord logRec)
getter/setter pairinherited-setteroverride-getter
hashCode int
The hash code for this object.
no setterinherited
name String
no setteroverride
record ↔ void Function(String)
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output([LogRecord? record]) → void
output LogRecord form buffer
override
toString() String
A string representation of this object.
inherited

Operators

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