userver: userver/logging/fwd.hpp File Reference
Loading...
Searching...
No Matches
fwd.hpp File Reference

Detailed Description

Forward declarations for logging types.

Definition in file fwd.hpp.

Go to the source code of this file.

#include <cstdint>
#include <memory>
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  logging
 Logging levels, helpers, default logger, and related utilities.

Typedefs

using logging::LoggerRef = impl::LoggerBase&
using logging::LoggerPtr = std::shared_ptr<impl::LoggerBase>
using logging::TextLoggerRef = impl::TextLogger&
using logging::TextLoggerPtr = std::shared_ptr<impl::TextLogger>