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. | |