DSCrashReportingTree class
Constructors
-
DSCrashReportingTree({List<
String> logLevels = defaultLevels})
Properties
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 loglevel
and optionaltag
,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