#include <UT_ErrorLog.h>
Public Member Functions | |
| UT_ErrorLog () | |
| ~UT_ErrorLog () | |
| void | logError (UT_Error *) |
| const UT_String & | getLogFileName () const |
| void | setLogFileName (const UT_String &name) |
| int | getMinLevel () const |
| void | setMinLevel (const int level) |
| bool | getDoLogging () const |
| void | setDoLogging (bool log) |
| void | resetState () |
Definition at line 31 of file UT_ErrorLog.h.
| UT_ErrorLog::UT_ErrorLog | ( | ) |
| UT_ErrorLog::~UT_ErrorLog | ( | ) |
| bool UT_ErrorLog::getDoLogging | ( | ) | const [inline] |
Definition at line 58 of file UT_ErrorLog.h.
| const UT_String& UT_ErrorLog::getLogFileName | ( | ) | const [inline] |
Definition at line 43 of file UT_ErrorLog.h.
| int UT_ErrorLog::getMinLevel | ( | ) | const [inline] |
Definition at line 53 of file UT_ErrorLog.h.
| void UT_ErrorLog::logError | ( | UT_Error * | ) |
| void UT_ErrorLog::resetState | ( | ) | [inline] |
Definition at line 63 of file UT_ErrorLog.h.
| void UT_ErrorLog::setDoLogging | ( | bool | log | ) | [inline] |
Definition at line 60 of file UT_ErrorLog.h.
| void UT_ErrorLog::setLogFileName | ( | const UT_String & | name | ) | [inline] |
Definition at line 45 of file UT_ErrorLog.h.
| void UT_ErrorLog::setMinLevel | ( | const int | level | ) | [inline] |
Definition at line 55 of file UT_ErrorLog.h.
1.5.9