We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32b3c commit 6c03b84Copy full SHA for 6c03b84
include/datadog/tracer_config.h
@@ -121,8 +121,8 @@ struct TracerConfig {
121
Optional<std::size_t> max_tags_header_size;
122
123
// `logger` specifies how the tracer will issue diagnostic messages. If
124
- // `logger` is null, then it defaults to a logger that inserts into
125
- // `std::cerr`.
+ // `logger` is null, then it defaults to no logging (`NullLogger`). See
+ // `CerrLogger` for an alternative.
126
std::shared_ptr<Logger> logger;
127
128
// `log_on_startup` indicates whether the tracer will log a banner of
0 commit comments