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