|
PLCnext API Documentation 26.6.0.38
|
This pure static class provides static logging. More...
#include <Log.hpp>
Static Public Member Functions | |
| static void | Initialize (const String &loggerName) |
| Initializes the (global) static logger. More... | |
| template<typename... Args> | |
| static void | Trace (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Trace. More... | |
| template<typename... Args> | |
| static void | Debug (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Debug. More... | |
| template<typename... Args> | |
| static void | Info (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Info. More... | |
| template<typename... Args> | |
| static void | Warning (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Warning. More... | |
| template<typename... Args> | |
| static void | Critical (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Critical. More... | |
| template<typename... Args> | |
| static void | Error (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Error. More... | |
| template<typename... Args> | |
| static void | Fatal (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Fatal. More... | |
| template<typename... Args> | |
| static void | PrintTrace (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Trace. More... | |
| template<typename... Args> | |
| static void | PrintDebug (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Debug. More... | |
| template<typename... Args> | |
| static void | PrintInfo (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Info. More... | |
| template<typename... Args> | |
| static void | PrintWarning (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Warning. More... | |
| template<typename... Args> | |
| static void | PrintCritical (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Critical. More... | |
| template<typename... Args> | |
| static void | PrintError (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Error. More... | |
| template<typename... Args> | |
| static void | PrintFatal (const char *format, const Args &... args) |
| Logs the formatted message with LogLevel::Fatal. More... | |
This pure static class provides static logging.
|
inlinestatic |
Logs the formatted message with LogLevel::Critical.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Debug.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Error.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Fatal.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Info.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
static |
Initializes the (global) static logger.
| loggerName | The name of the (global) static logger. |
|
inlinestatic |
Logs the formatted message with LogLevel::Critical.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Debug.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Error.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Fatal.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Info.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Trace.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Warning.
| ...Args | The types of the message format arguments. |
| format | The message format string in printf syntax. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Trace.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |
|
inlinestatic |
Logs the formatted message with LogLevel::Warning.
| ...Args | The types of the message format arguments. |
| format | The message format string. |
| ...args | The message format arguments. |