userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/logging/fwd.hpp
4
/// @brief Forward declarations for `logging` types
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
logging
{
11
12
namespace
impl {
13
14
class
LoggerBase;
15
class
TextLogger;
16
17
}
// namespace impl
18
19
using
LoggerRef = impl::LoggerBase&;
20
using
LoggerPtr = std::shared_ptr<impl::LoggerBase>;
21
using
TextLoggerRef = impl::TextLogger&;
22
using
TextLoggerPtr = std::shared_ptr<impl::TextLogger>;
23
24
class
LogHelper;
25
26
class
LogExtra;
27
28
}
// namespace logging
29
30
USERVER_NAMESPACE_END
userver
logging
fwd.hpp
Generated on Wed Apr 30 2025 15:48:43 for userver by
Doxygen
1.13.2