Types to represent each log level. More...
Data Structures | |
struct | critical_t |
Type for representing a critical log level. More... | |
struct | debug_t |
Type for representing a debug log level. More... | |
struct | error_t |
Type for representing an error log level. More... | |
struct | info_t |
Type for representing an information log level. More... | |
struct | warn_t |
Type for representing a warning log level. More... | |
Variables | |
critical_t const | critical = {} |
Critical log level. | |
error_t const | error = {} |
Error log level. | |
info_t const | info = {} |
Information log level. | |
debug_t const | debug = {} |
Debug log level. | |
warn_t const | warning = {} |
Warning log level. | |
Types to represent each log level.