Class NullLogger
Implementation of ILogger that discards all messages (but still fires events).
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsLogging
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
MinimumLogLevel
Gets or sets the minimum enabled log level.
Declaration
Property Value
| Type | Description |
|---|---|
| LogLevel |
Overrides
Methods
LogDebug(string)
Logs debug-level information.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message to log. |
Overrides
LogError(Exception)
Logs error-level information.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |
The exception to log. |
Overrides
LogError(string, Exception)
Logs error-level information.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message to log. |
| Exception | exception |
The exception to log. |
Overrides
LogInfo(string)
Logs info-level information.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message to log. |
Overrides
LogWarn(string)
Logs warning-level information.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message to log. |