| C++ Client-Side SDK
    LaunchDarkly SDK | 
#include <logging.hpp>

| Public Attributes | |
| bool | disable_logging | 
| std::shared_ptr< ILogBackend > | backend | 
| std::string | tag | 
| LogLevel | level | 
Logging configuration.
| std::shared_ptr<ILogBackend> launchdarkly::config::shared::built::Logging::backend | 
Set to use a custom back-end.
If set then name and level will not be used.
| LogLevel launchdarkly::config::shared::built::Logging::level | 
When logging is enabled, and a custom backend is not in use, this will be the minimum log level.
| std::string launchdarkly::config::shared::built::Logging::tag | 
When logging is enabled, and a custom backend is not in use, this will be the tag used for the logger.