userver
C++ Async Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
json_string.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/logging/json_string.hpp
4
/// @brief @copybrief logging::JsonString
5
6
#
include
<
userver
/
formats
/
json
/
raw_string
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
logging
{
11
12
/// @brief JSON stored as string
13
/// @see formats::json::RawString
14
using
JsonString
= formats::
json
::
RawString
;
15
16
}
// namespace logging
17
18
USERVER_NAMESPACE_END
userver
logging
json_string.hpp
Generated on
for userver by
Doxygen
1.17.0