RemoteLogger class

Wrapper for logging to a remote server using various strategies.

Constructors

RemoteLogger()

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

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 Methods

addStrategy(RemoteUserLogStrategy strategy) → void
Add new strategy.
clearUser() → void
Delete user info.
log(String message) → void
Log message.
logError(Exception error) → void
Log error.
logInfo(String key, Object info) → void
Log info.
removeStrategy(RemoteUserLogStrategy strategy) → void
Remove all strategies.
setUser(String id, String username, String email) → void
Add user info.