LogSeverity$json top-level constant

  1. @Deprecated('Use logSeverityDescriptor instead')
Map<String, Object> const LogSeverity$json

Implementation

@$core.Deprecated('Use logSeverityDescriptor instead')
const LogSeverity$json = const {
  '1': 'LogSeverity',
  '2': const [
    const {'1': 'DEFAULT', '2': 0},
    const {'1': 'DEBUG', '2': 100},
    const {'1': 'INFO', '2': 200},
    const {'1': 'NOTICE', '2': 300},
    const {'1': 'WARNING', '2': 400},
    const {'1': 'ERROR', '2': 500},
    const {'1': 'CRITICAL', '2': 600},
    const {'1': 'ALERT', '2': 700},
    const {'1': 'EMERGENCY', '2': 800},
  ],
};