|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
Static logger class. More...
#include <logger.h>
Static Public Member Functions | |
| template<typename... Args> | |
| static void | Info (const char *format, Args &&...args) noexcept |
| template<typename... Args> | |
| static void | Debug (const char *format, Args &&...args) noexcept |
| template<typename... Args> | |
| static void | Trace (const char *format, Args &&...args) noexcept |
| template<typename... Args> | |
| static void | Warn (const char *format, Args &&...args) noexcept |
| template<typename... Args> | |
| static void | Error (const char *format, Args &&...args) noexcept |
| template<typename... Args> | |
| static void | Critical (const char *format, Args &&...args) noexcept |
| static void | RegisterLoggerCallback (void(*callback)(libmicroemu::LogLevel level, const char *,...) noexcept) noexcept |
Static logger class.