printDebug function
Print a message to the console. Log level: Debug
Implementation
printDebug(dynamic message, {bool alwaysPrint = false}) {
NyLogger.debug(message, alwaysPrint: alwaysPrint);
}
Print a message to the console. Log level: Debug
printDebug(dynamic message, {bool alwaysPrint = false}) {
NyLogger.debug(message, alwaysPrint: alwaysPrint);
}