#include <pc_error_handler.h>
|
| template<typename T > |
| static void | log (const T &msg, ErrorLevel level) |
| |
| template<typename... Args> |
| static void | log (ErrorLevel level, Args &&...args) |
| |
| template<typename... Args> |
| static void | error (Args &&...args) |
| |
◆ error()
template<typename... Args>
| static void PCErrorHandler::error |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ log() [1/2]
template<typename T >
| static void PCErrorHandler::log |
( |
const T & |
msg, |
|
|
ErrorLevel |
level |
|
) |
| |
|
inlinestatic |
◆ log() [2/2]
template<typename... Args>
| static void PCErrorHandler::log |
( |
ErrorLevel |
level, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: