PLog class

Constructors

PLog()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

black(String msg) → void
param msg is the message to be logged to the console
blue(String msg) → void
param msg is the message to be logged to the console
cyan(String msg) → void
param msg is the message to be logged to the console
error(String msg) → void
param msg is the message to be logged to the console Red text
green(String msg) → void
param msg is the message to be logged to the console
info(String msg) → void
param msg is the message to be logged to the console example:
red(String msg) → void
param msg is the message to be logged to the console
success(String msg) → void
param msg is the message to be logged to the console example:
warning(String msg) → void
param msg is the message to be logged to the console
white(String msg) → void
param msg is the message to be logged to the console
yellow(String msg) → void
param msg is the message to be logged to the console