names constant

List<String> const names

Implementation

static const names = [
  'ALL  ',
  'TRACE',
  'DEBUG',
  'INFO ',
  'WARN ',
  'ERROR',
  'FATAL',
  'OFF  ',
];