LogOptions class

Настройки ведения журнала SDK.

Constructors

LogOptions({LogLevel logLevel = LogLevel.warning, LogLevel customLogLevel = LogLevel.warning, LogSink? customSink = null})
const

Properties

customLogLevel LogLevel
Минимальный уровень ошибок, попадающих в пользовательский приемник логирования.
final
customSink LogSink?
Пользовательский приемник логирования.
final
hashCode int
The hash code for this object.
no setteroverride
logLevel LogLevel
Минимальный уровень ошибок, попадающих в системный журнал.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({LogLevel? logLevel, LogLevel? customLogLevel, 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