SLogOptions class

Logger options

Constructors

SLogOptions({List<SLogInterceptor> interceptors = const [], List<SLogPrinter> printers = const [], bool handleMissingChannels = false})
Creates LoggerOptions
const
SLogOptions.none()
Creates an empty LoggerOptions
const

Properties

handleMissingChannels bool
Should the logger throw errors if the channel is missing when a log is added to a non existent channel.
final
hashCode int
The hash code for this object.
no setterinherited
interceptors List<SLogInterceptor>
The interceptors that will be used by the logger
final
printers List<SLogPrinter>
The printers that will be used by th logger
final
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
toString() String
A string representation of this object.
inherited

Operators

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