libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::StaticLogger Class Reference

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
 

Detailed Description

Static logger class.


The documentation for this class was generated from the following files: