YukaConsole class

Constructors

YukaConsole()

Properties

hashCode int
The hash code for this object.
no setterinherited
rawLogger → dynamic
Gives access to internal logger
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

error(Object? message) → void
Logs error messages
info(Object? message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLevel(int level) → void
toString() String
A string representation of this object.
inherited
verbose(Object? message) → void
warning(Object? message) → void
Prints to console

Operators

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