The ILogger interface exposes the methods listed in the following table:
Methods | Description |
---|---|
Logs the supplied message by using a “Debug” level scope. | |
Logs the contents of a specified DataModel instance. | |
Logs the contents in a list of strings. | |
Logs the supplied exception by using an “Error” level scope. | |
Logs the supplied message by using an “Error” level scope. | |
Logs the supplied message by using an “Information” level scope. |