Home
last modified time | relevance | path

Searched refs:levelval (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp55 #define PHOSPHOR_LOG2_DECLARE_LEVEL(levelval) \ argument
57 struct levelval : public log<level::levelval, Ts...> \
59 using log<level::levelval, Ts...>::log; \
63 explicit levelval(const char*, Ts&&...) -> levelval<Ts...>; \
66 explicit levelval(const std::source_location&, const char*, Ts&&...) \
67 ->levelval<Ts...>