Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dextensions.hpp94 Extensions e{Extensions::DefaultErrorCaps::disable}; \
116 enum class DefaultErrorCaps enum in phosphor::logging::Extensions
197 explicit Extensions(DefaultErrorCaps defaultCaps) in Extensions()
237 static DefaultErrorCaps& getDefaultErrorCaps();
245 return getDefaultErrorCaps() == DefaultErrorCaps::disable; in disableDefaultLogCaps()
H A Dextensions.cpp38 Extensions::DefaultErrorCaps& Extensions::getDefaultErrorCaps() in getDefaultErrorCaps()
40 static DefaultErrorCaps defaultErrorCaps = DefaultErrorCaps::enable; in getDefaultErrorCaps()