levels constant

Map<int, String> const levels

Implementation

static const Map<int, String> levels = {
  0: 'off',
  10: 'shout',
  20: 'fatal',
  40: 'severe',
  80: 'warning',
  160: 'info',
  320: 'verbose',
  640: 'silly',
  10000: 'all'
};