LevelFilter class

A filter that filters notices by their level.

Implemented types

Constructors

LevelFilter(NoticeLevel level)
Creates a new level filter.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
level NoticeLevel
The level to filter by. Only notices with a level greater than or equal the given level will be passed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filter(NoticeRecord record) bool
Returns false if the record should be filtered out.
override
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