|
C++ Client-Side SDK
LaunchDarkly SDK
|
#include <logging_builder.hpp>
Public Member Functions | |
| BasicLogging & | Level (LogLevel level) |
| BasicLogging & | Tag (std::string name) |
Friends | |
| class | LoggingBuilder |
Class for configuring built in logging using the SDKs console logger.
| LoggingBuilder::BasicLogging & launchdarkly::config::shared::builders::LoggingBuilder::BasicLogging::Level | ( | LogLevel | level | ) |
Set the enabled log level.
| LoggingBuilder::BasicLogging & launchdarkly::config::shared::builders::LoggingBuilder::BasicLogging::Tag | ( | std::string | name | ) |
Set a tag for this logger. This tag will be included at the start of log entries in square brackets.
If the name was "LaunchDarkly", then log entries will be prefixed with "[LaunchDarkly]".
| name |