Class ILogAdapterExtensions
Inherited Members
Namespace: LaunchDarkly.Logging
Assembly: LaunchDarkly.Logging.dll
Syntax
public static class ILogAdapterExtensions
Methods
Level(ILogAdapter, LogLevel)
Declaration
public static ILogAdapter Level(this ILogAdapter adapter, LogLevel minimumLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogAdapter | adapter | |
| LogLevel | minimumLevel |
Returns
| Type | Description |
|---|---|
| ILogAdapter |
Logger(ILogAdapter, string)
Declaration
public static Logger Logger(this ILogAdapter adapter, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogAdapter | adapter | |
| string | name |
Returns
| Type | Description |
|---|---|
| Logger |