getLogger function

Logger getLogger()

Log

Implementation

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