#include <logging.h>
Enables YAML-cpp to auto-convert a YAML Node to and from an einhard::LogLevel.
Static Public Member Functions | |
static Node | encode (const einhard::LogLevel &x) |
Convert from einhard::LogLevel to YAML::Node. More... | |
static bool | decode (const Node &node, einhard::LogLevel &x) |
Convert from YAML::Node to einhard::LogLevel. More... | |