Interface ILogger
Namespace: DnsClient.Internal
Assembly: DnsClient.dll
Syntax
public interface ILogger
Methods
| Improve this Doc View SourceIsEnabled(LogLevel)
Declaration
bool IsEnabled(LogLevel logLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| LogLevel | logLevel |
Returns
| Type | Description |
|---|---|
| Boolean |
Log(LogLevel, Int32, Exception, String, Object[])
Declaration
void Log(LogLevel logLevel, int eventId, Exception exception, string message, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| LogLevel | logLevel | |
| Int32 | eventId | |
| Exception | exception | |
| String | message | |
| Object[] | args |