levels constant

List<LogLevel> const levels

Implementation

static const List<LogLevel> levels = [
  all,
  trace,
  debug,
  info,
  warn,
  error,
  off
];