LogOptions class

Настройки логирования.

Constructors

LogOptions({LogLevel systemLevel = LogLevel.warning, LogLevel customLevel = LogLevel.warning, LogSink? customSink = null})
const

Properties

customLevel LogLevel
Уровень логирования в пользовательский приемник.
final
customSink LogSink?
Пользовательский приемник логирования.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemLevel LogLevel
Уровень логирования в системный лог.
final

Methods

copyWith({LogLevel? systemLevel, LogLevel? customLevel, Optional<LogSink?>? customSink}) LogOptions
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.
override