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 = {
  '1': 'LogSeverity',
  '2': [
    {'1': 'DEFAULT', '2': 0},
    {'1': 'DEBUG', '2': 100},
    {'1': 'INFO', '2': 200},
    {'1': 'NOTICE', '2': 300},
    {'1': 'WARNING', '2': 400},
    {'1': 'ERROR', '2': 500},
    {'1': 'CRITICAL', '2': 600},
    {'1': 'ALERT', '2': 700},
    {'1': 'EMERGENCY', '2': 800},
  ],
};