|
GOG GALAXY SDK Documentation
|
The interface for logging. More...
#include <ILogger.h>
Public Member Functions | |
| virtual void | Trace (const char *format,...)=0 |
| Creates a log entry with level TRACE. More... | |
| virtual void | Debug (const char *format,...)=0 |
| Creates a log entry with level DEBUG. More... | |
| virtual void | Info (const char *format,...)=0 |
| Creates a log entry with level INFO. More... | |
| virtual void | Warning (const char *format,...)=0 |
| Creates a log entry with level WARNING. More... | |
| virtual void | Error (const char *format,...)=0 |
| Creates a log entry with level ERROR. More... | |
| virtual void | Fatal (const char *format,...)=0 |
| Creates a log entry with level FATAL. More... | |
The interface for logging.
|
pure virtual |
Creates a log entry with level DEBUG.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |
|
pure virtual |
Creates a log entry with level ERROR.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |
|
pure virtual |
Creates a log entry with level FATAL.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |
|
pure virtual |
Creates a log entry with level INFO.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |
|
pure virtual |
Creates a log entry with level TRACE.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |
|
pure virtual |
Creates a log entry with level WARNING.
| [in] | format | Format string. |
| [in] | ... | Parameters for the format string. |