SentryLogger class

Constructors

SentryLogger.new(ClockProvider _clock, {Hub? hub})

Properties

fmt → SentryLoggerFormatter
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>
error(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>
fatal(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>
info(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trace(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>
warn(String body, {Map<String, SentryLogAttribute>? attributes}) FutureOr<void>

Operators

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