Constructor
new BaseLogEntry(level, text, text, timeStamp, stackTrace)
Creates a new instance of BaseLogEntry.
Parameters:
Name | Type | Description |
---|---|---|
level | string | The log level. |
text | string | The log source. |
text | string | The log text. |
timeStamp | number | The log timestamp. |
stackTrace | string | The log stack trace. |
- Source
Members
level
Gets the log level.
- Source
stackTrace
Gets the log stack trace.
- Source
text
Gets the log text.
- Source
timeStamp
Gets the log timestamp.
- Source