LoggerFilterRule class
Defines a rule used to filter log messages.
Constructors
- LoggerFilterRule(String? providerName, String? categoryName, LogLevel? logLevel, MessageLoggerFilter? filter)
- Creates a new LoggerFilterRule instance
Properties
- categoryName → String?
-
Gets the logger category this rule applies to.
no setter
- filter → MessageLoggerFilter?
-
Gets the filter delegate that would be applied to messages
that passed the LogLevel.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel → LogLevel?
-
Gets the minimum LogLevel of messages.
no setter
- providerName → String?
-
Gets the logger provider type or alias this rule applies to.
no setter
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited