PLogger class

Constructors

PLogger(String nodeName)

Properties

hashCode int
The hash code for this object.
no setterinherited
nodeName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

announcement({required String msg, required String preformat, required Color tl, required Color tr, required Color bl, required Color br, bool clip = false, bool thick = false, bool fringes = false}) → void
critical(Object message, {int indent = 0}) → void
criticalAnnouncement(String msg) → void
error(Object message, {int indent = 0}) → void
info(Object message, {int indent = 0}) → void
log(Object message, {String prefix = "", int indent = 0}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notice(Object message, {int indent = 0}) → void
noticeAnnouncement(String msg) → void
success(Object message, {int indent = 0}) → void
toString() String
A string representation of this object.
inherited
verbose(Object message, {int indent = 0}) → void
warn(Object message, {int indent = 0}) → void

Operators

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

Static Properties

modifiers List<String>
getter/setter pair