userver: userver/logging/format.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
format.hpp File Reference

Detailed Description

Log formats.

Definition in file format.hpp.

Go to the source code of this file.

#include <string_view>
+ Include dependency graph for format.hpp:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  logging
 Logging macro and utilities.
 

Enumerations

enum class  logging::Format {
  kTskv ,
  kLtsv ,
  kRaw
}
 Log formats. More...
 

Functions

Format logging::FormatFromString (std::string_view format_str)
 Parse Format enum from string.