DefaultLogger class

Implemented types

Constructors

DefaultLogger()
const

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

error(String message) → void
Function to pass error message.
override
errorWithException(String message, Exception exception) → void
Function to pass a exception and error message.
override
info(String message) → void
Function for passing an information message.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(String message) → void
Function to pass warning message.
override

Operators

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

Constants

BEAGLE_TAG → const String