FLILogger class

Flutter Launcher Icons Logger

Constructors

FLILogger(bool isVerbose)
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
isVerbose bool
Returns true if this is a verbose logger
final
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progress(String message) Progress
Shows progress in console
toString() String
A string representation of this object.
inherited
verbose(Object? message) → void
Prints to console if isVerbose is true

Operators

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