|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that supports log level filtering. More...
#include <logger.h>
A type that supports log level filtering.
Types satisfying this concept can check if a log level is enabled and can set/get the minimum log level. This enables efficient logging by avoiding unnecessary message formatting.
Example usage: