userver: logging::Quoted Struct 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
logging::Quoted Struct Referencefinal

Formats a string as quoted, escaping the '\' and '"' symbols. More...

#include <userver/logging/log_helper.hpp>

+ Collaboration diagram for logging::Quoted:

Public Attributes

std::string_view string
 

Detailed Description

Formats a string as quoted, escaping the '\' and '"' symbols.

Definition at line 63 of file log_helper.hpp.

Member Data Documentation

◆ string

std::string_view logging::Quoted::string

Definition at line 64 of file log_helper.hpp.


The documentation for this struct was generated from the following file: