Skip to content

Commit

Permalink
feat(api-logs): split out event api
Browse files Browse the repository at this point in the history
  • Loading branch information
fuaiyi committed Dec 22, 2022
1 parent 0566788 commit f845583
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions experimental/packages/api-logs/src/types/LogRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,6 @@ export enum SeverityNumber {
FATAL4 = 24,
}

export enum SeverityNumber {
UNSPECIFIED = 0,
TRACE = 1,
TRACE2 = 2,
TRACE3 = 3,
TRACE4 = 4,
DEBUG = 5,
DEBUG2 = 6,
DEBUG3 = 7,
DEBUG4 = 8,
INFO = 9,
INFO2 = 10,
INFO3 = 11,
INFO4 = 12,
WARN = 13,
WARN2 = 14,
WARN3 = 15,
WARN4 = 16,
ERROR = 17,
ERROR2 = 18,
ERROR3 = 19,
ERROR4 = 20,
FATAL = 21,
FATAL2 = 22,
FATAL3 = 23,
FATAL4 = 24,
}

export interface LogRecord {
/**
* The time when the log record occurred
Expand Down

0 comments on commit f845583

Please sign in to comment.