|
C++ Client-Side SDK
LaunchDarkly SDK
|
Public Member Functions | |
| CustomLogging & | Backend (std::shared_ptr< ILogBackend > backend) |
Friends | |
| class | LoggingBuilder |
| LoggingBuilder::CustomLogging & launchdarkly::config::shared::builders::LoggingBuilder::CustomLogging::Backend | ( | std::shared_ptr< ILogBackend > | backend | ) |
Set the backend to use for logging. The provided back-end should be thread-safe.
| backend | The implementation of the backend. |