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
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
/// @brief Text-based log formats
13
///
14
/// For otlp logs, see @ref scripts/docs/en/userver/logging.md
15
enum
class
Format
{
16
kTskv,
17
kLtsv,
18
kRaw,
19
kJson,
20
kJsonYaDeploy,
21
};
15
enum
class
Format
{
…
};
22
23
/// Parse Format enum from string
24
Format
FormatFromString
(std::string_view format_str);
25
26
}
// namespace logging
27
28
USERVER_NAMESPACE_END
userver
logging
format.hpp
Generated on Wed Apr 30 2025 16:00:02 for userver by
Doxygen
1.13.2