Logger
Description
A Logger
is an interface that exposes properties and functions to trace events.
Properties
Property |
Type |
Description |
---|---|---|
level |
The lowest level of event accepted by the |
Functions
Method |
Parameter |
Type |
Description |
---|---|---|---|
log |
|
|
Logs a message related to an occurred event. |
|
level |
The level of the event. |
|
|
message |
string |
The message related to the event. |
|
[output] |
void |
|
Need help? Contact us!