#include <Logger.h>
Static Public Member Functions |
| static void | Log (const char *message, LogMode lm=ELM_Information) |
| static void | Log (const char *message, const char *Text, LogMode lm=ELM_Information) |
| static void | Log (LogMode lm, const char *Text,...) |
| static void | Info (const char *Text,...) |
| | Information level logs.
|
| static void | Warning (const char *Text,...) |
| | Warning level logs.
|
| static void | Error (const char *Text,...) |
| | Error level logs.
|
| static void | Debug (const char *Text,...) |
| | Debug level logs.
|
| static void | SuccessKGE (const char *Text,...) |
| | Success level logs.
|
Detailed Description
Definition at line 27 of file Logger.h.
Member Function Documentation
| static void kge::io::Logger::Debug |
( |
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
| static void kge::io::Logger::Error |
( |
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
| static void kge::io::Logger::Info |
( |
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
| static void kge::io::Logger::Log |
( |
LogMode |
lm, |
|
|
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
| static void kge::io::Logger::SuccessKGE |
( |
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
| static void kge::io::Logger::Warning |
( |
const char * |
Text, |
|
|
|
... |
|
) |
| |
|
static |
Member Data Documentation
The documentation for this class was generated from the following file: