LogAddLoggerProvider Method |
Adds a provider to accept logging messages to the Log implementation (if none are added
by the time the first log message comes then a default one will be chosen)
Namespace:
Couchbase.Lite.Logging
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public static void AddLoggerProvider(
ILoggerProvider provider
)
Parameters
- provider
- Type: ILoggerProvider
The provider to add
See Also