userver
C++ Async Framework
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
16
}
// namespace impl
17
18
using
LoggerRef = impl::LoggerBase&;
19
using
LoggerPtr = std::shared_ptr<impl::LoggerBase>;
20
21
class
LogHelper;
22
23
class
LogExtra;
24
25
}
// namespace logging
26
27
USERVER_NAMESPACE_END
userver
logging
fwd.hpp
Generated on Wed May 15 2024 22:35:53 for userver by
Doxygen
1.10.0