userver: utils::log Namespace 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
utils::log Namespace Reference

Algorithms to aid logging. More...

Functions

std::string ToLimitedHex (std::string_view data, size_t limit)
 returns data converted to hex and truncated to limit
 
std::string ToLimitedUtf8 (std::string_view data, size_t limit)
 if data in utf-8, returns data truncated to limit otherwise returns stub
 

Detailed Description

Algorithms to aid logging.