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