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

Null logger class Used to disable logging. 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
 

Detailed Description

Null logger class Used to disable logging.


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