Log.debug constructor
Log.debug can be used to highlight a important debug message in bold red
Implementation
Log.debug(this.msg, {this.to, this.desc, this.color = Color.Red})
: _type = _LogType.DEBUG {
to ??= Entity.All();
}
Log.debug can be used to highlight a important debug message in bold red
Log.debug(this.msg, {this.to, this.desc, this.color = Color.Red})
: _type = _LogType.DEBUG {
to ??= Entity.All();
}