userver: userver/logging/fwd.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 <memory>
+ Include dependency graph for fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  logging
 Logging macro and utilities.
 

Typedefs

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