archeryLogger property

Logger get archeryLogger

Implementation

Logger get archeryLogger => Logger(
  transports: [config.get('app.debug') != null && config.get('app.debug') == true ? ConsoleTransport(formatJson: true) : LogFileTransport(filePath: 'lib/src/storage/logs/archery.log')],
  context: {"logger": "Archery Framework Logger"},
);