Writes a debug message into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Writes an error into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Writes an info message into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Writes a "this should not happen" message into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Writes a verbose message into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Writes a warning into the log.
The facility the log message referes to.
The log message.
Optional
logType: NumberThe optional log type.
Optional
additionalParameters: Map<string, string>The optional additional parameters which will be stored for the log entry.
Generated using TypeDoc
siteKiosk.log
Example:
Edit this snippet on JSFiddle
This will add an entry like:
10 0000 <DATE> <TIME> [MyFacility] My important log message