Logging class abstract

Constructors

Logging()

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

critical(String string, {DateTime timestamp}) → void
debug(String string, {DateTime timestamp}) → void
error(String string, {DateTime timestamp}) → void
flush() Future<void>
info(String string, {DateTime timestamp}) → void
log(LogLevel level, String message, {DateTime timestamp}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportError(LogLevel level, Object error, StackTrace stackTrace, {DateTime timestamp}) → void
Report an error, may print the error to log or report it to stackdriver error reporting if stackTrace is given and running on appengine, not localhost.
toString() String
A string representation of this object.
inherited
warning(String string, {DateTime timestamp}) → void

Operators

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