Interface ISilverbackLogger
Used to perform logging in Silverback.
Namespace: Silverback.Diagnostics
Assembly: Silverback.Core.dll
Syntax
public interface ISilverbackLogger
Properties
| Improve this doc View sourceInnerLogger
Gets the underlying ILogger.
Declaration
ILogger InnerLogger { get; }
Property Value
| Type | Description |
|---|---|
| ILogger |
Methods
| Improve this doc View sourceIsEnabled(LogEvent)
Declaration
bool IsEnabled(LogEvent logEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| LogEvent | logEvent | The LogEvent to be checked. |
Returns
| Type | Description |
|---|---|
| bool |
|