userver: userver/logging/format.hpp File Reference
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>
+ 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 ,
  kJson ,
  kJsonYaDeploy
}
 Text-based log formats. More...
 

Functions

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