userver
C++ Async Framework
Loading...
Searching...
No Matches
format.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/logging/format.hpp
4
/// @brief Log formats
5
6
#
include
<
string_view
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
logging
{
11
12
/// Log formats
13
enum
class
Format
{ kTskv, kLtsv, kRaw };
14
15
/// Parse Format enum from string
16
Format
FormatFromString
(std::string_view format_str);
17
18
}
// namespace logging
19
20
USERVER_NAMESPACE_END
userver
logging
format.hpp
Generated on Wed May 15 2024 22:34:03 for userver by
Doxygen
1.10.0