Log formats.
Definition in file format.hpp.
Go to the source code of this file.
#include <string_view>
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. | |