Creates a logger that drops all incoming messages.
Definition in file null_logger.hpp.
Go to the source code of this file.
#include <userver/logging/fwd.hpp>Namespaces | |
| namespace | logging |
| Logging levels, helpers, default logger, and related utilities. | |
Functions | |
| TextLoggerRef | logging::GetNullLogger () noexcept |
| Returns a logger that drops all incoming messages. | |
| TextLoggerPtr | logging::MakeNullLogger () |
| Creates a logger that drops all incoming messages. | |