getLogger function
Logger
getLogger()
Log
Implementation
Logger getLogger() {
return Logger(printer: PrettyPrinter(methodCount: 0, lineLength: 55));
}
Log
Logger getLogger() {
return Logger(printer: PrettyPrinter(methodCount: 0, lineLength: 55));
}