{{ isConnected ? ('log.stream.connected' | i18n) : isConnecting ? ('log.stream.connecting' | i18n) : ('log.stream.disconnected' | i18n) }} {{ logEntries.length }} {{ 'log.stream.logs' | i18n }}
TRACE DEBUG INFO WARN ERROR FATAL
{{ logEntry.original.severityText || ('log.stream.unknown' | i18n) }} {{ logEntry.timestamp | date : 'yyyy-MM-dd HH:mm:ss.SSS' }}
{{ logEntry.displayText }}
{{ 'log.stream.severity' | i18n }} {{ selectedLogEntry.original.severityText || ('log.stream.unknown' | i18n) }}
{{ 'log.stream.timestamp' | i18n }} {{ selectedLogEntry.timestamp | date : 'yyyy-MM-dd HH:mm:ss.SSS' }}
{{ 'log.stream.trace-id-full' | i18n }} {{ selectedLogEntry.original.traceId }}
{{ 'log.stream.span-id-full' | i18n }} {{ selectedLogEntry.original.spanId }}
{{ getLogEntryJson(selectedLogEntry.original) }}