ProsteLogger class

they are the default configuration constants

Constructors

ProsteLogger({BasicConfig basic = const BasicConfig(), ColorConfig colors = const ColorConfig()})
initialize partial configuration

Properties

basic BasicConfig
log basic config
latefinal
colors ColorConfig
log text colors
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

d(dynamic msg, {String? title, bool format = false}) → void
print only in debug mode
e(dynamic msg, {String? title, bool? format}) → void
print error msg
i(dynamic msg, {String? title, bool? format}) → void
print info msg
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printPen(String msg) → void
print msg with pen
toString() String
A string representation of this object.
inherited
w(dynamic msg, {String? title, bool? format}) → void
print warning msg

Operators

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