YukaConsole class
Constructors
-
YukaConsole()
-
Creates a instance of
FLILogger.
In case isVerbose is true,
it logs all the verbose logs to console
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
rawLogger
→ Logger
-
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
-
Prints to console if
isVerbose is true
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
verbose(Object? message)
→ void
-
Prints to console if
isVerbose is true
-
warning(Object? message)
→ void
-
Prints to console