StaticFilterOptionsMonitor class

Implemented types

Constructors

StaticFilterOptionsMonitor(LoggerFilterOptions currentValue)

Properties

currentValue LoggerFilterOptions
The present value of the options.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
override
get(String? name) LoggerFilterOptions
Returns a configured TOptions instance with the given name.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange(OnChangeListener<LoggerFilterOptions> listener) Disposable?
Registers a listener to be called whenever a named TOptions changes.
override
toString() String
A string representation of this object.
inherited

Operators

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