Class LoggingConfiguration
Encapsulates the SDK's general logging configuration.
Inherited Members
Namespace: LaunchDarkly.Sdk.Client.Subsystems
Assembly: LaunchDarkly.ClientSdk.dll
Syntax
public sealed class LoggingConfiguration
Constructors
| Edit this page View SourceLoggingConfiguration(string, ILogAdapter)
Constructs a new instance.
Declaration
public LoggingConfiguration(string baseLoggerName, ILogAdapter logAdapter)
Parameters
Type | Name | Description |
---|---|---|
string | baseLoggerName | value for BaseLoggerName |
ILogAdapter | logAdapter | value for LogAdapter |
Properties
| Edit this page View SourceBaseLoggerName
The configured base logger name, or null
to use the default.
Declaration
public string BaseLoggerName { get; }
Property Value
Type | Description |
---|---|
string |
See Also
| Edit this page View SourceLogAdapter
The implementation of logging that the SDK will use.
Declaration
public ILogAdapter LogAdapter { get; }
Property Value
Type | Description |
---|---|
ILogAdapter |