kmobiletools
KMobileTools::ErrorLog Class Reference
#include <errorlog.h>
Detailed Description
Definition at line 33 of file errorlog.h.
Public Member Functions | |
| QString | fileName () const |
| void | write (const QString &text) |
| ~ErrorLog () | |
Static Public Member Functions | |
| static ErrorLog * | instance () |
Constructor & Destructor Documentation
| KMobileTools::ErrorLog::~ErrorLog | ( | ) |
Definition at line 53 of file errorlog.cpp.
Member Function Documentation
| QString KMobileTools::ErrorLog::fileName | ( | ) | const |
Returns the file name of the error log.
- Returns:
- the error log file name
Definition at line 71 of file errorlog.cpp.
| ErrorLog * KMobileTools::ErrorLog::instance | ( | ) | [static] |
Returns an ErrorLog instance.
- Returns:
- a ErrorLog instance
Definition at line 58 of file errorlog.cpp.
| void KMobileTools::ErrorLog::write | ( | const QString & | text | ) |
Adds an entry to the error log.
- Parameters:
-
text the text to add
Definition at line 62 of file errorlog.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference