DSCrashReportingTree class

Inheritance

Constructors

DSCrashReportingTree({List<String> logLevels = defaultLevels})

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevels List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLevels() List<String>
Gets levels of logging serviced by this LogTree
override
log(String level, String message, {String? tag, dynamic ex, StackTrace? stacktrace, Map<String, String?>? attributes}) → void
Logs message with log level and optional tag, ex (exception) stacktrace
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

Static Properties

excludes Set<String>
Exclude errors with this substrings
final
skipCloneErrors int
Errors will be skipped if description and stack are same as one of skipCloneErrors last errors
getter/setter pair

Constants

defaultLevels → const List<String>
Only Log Warnings and Exceptions