LogRecord
Structure for outer logging
Props
category
category: LogCategory
Name of the module that creates a record.
formattedText
formattedText: string
The text that is displayed in the browser console.
label
label: string
Record label
level
level: LogLevel
Possible LogLevel values:
Value | Meaning |
---|---|
1 | ERROR |
2 | WARNING |
3 | INFO |
4 | TRACE |
message
message: string
Record message