LogsApi class abstract

Declares the functions that consist of Embrace's public API. You should not use LogsApi directly or implement it in your own custom classes, as new functions may be added in future. Use the Embrace class instead.

Implementers

Constructors

LogsApi()

Properties

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

Methods

logError(String message, {Map<String, String>? properties}) → void
Remotely logs a message at ERROR level
logInfo(String message, {Map<String, String>? properties}) → void
Remotely logs a message at INFO level
logMessage(String message, Severity severity, {Map<String, String>? properties}) → void
Remotely logs a message at the given severity level
logWarning(String message, {Map<String, String>? properties}) → void
Remotely logs a message at WARNING level
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