formatter property
      
      PrettyLogFormatter
      get
      formatter
      
    
    
    
Implementation
PrettyLogFormatter get formatter => PrettyLogFormatter(
  enabled: enablePrettyLogs,
  showEmojis: showEmojis,
  showTimestamp: showTimestamp,
  showColors: showColors,
  showBorders: showBorders,
  lineLength: lineLength,
);