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 |
---|---|---|
ILog |
adapter | |
Log |
minimumLevel |
Returns
Type | Description |
---|---|
ILog |
Logger(ILogAdapter, string)
Declaration
public static Logger Logger(this ILogAdapter adapter, string name)
Parameters
Type | Name | Description |
---|---|---|
ILog |
adapter | |
string | name |
Returns
Type | Description |
---|---|
Logger |