#include <iopcLogger.h>
Public Member Functions | |
IopcLogger () | |
void | logInfo (const char *format,...) |
void | logWarning (const char *format,...) |
void | logError (const char *format,...) |
Protected Attributes | |
CStdString | infoLogFile |
CStdString | warningLogFile |
CStdString | errorLogFile |
|
Simple constructor.
|
|
Formats message according to given format specification (as printf() does) and sends it to info log.
|
|
Formats message according to given format specification (as printf() does) and sends it to warning log.
|
|
Formats message according to given format specification (as printf() does) and sends it to error log.
|
|
Name of file containing info log. Initialized to INFO_LOG_FILE in constructor.
|
|
Name of file containing warning log. Initialized to WARNING_LOG_FILE in constructor.
|
|
Name of file containing error log. Initialized to ERROR_LOG_FILE in constructor.
|