|
LibreOffice Module onlineupdate (master) 1
|
#include <updatelogging.h>
Public Member Functions | |
| void | Init (NS_tchar *sourcePath, const NS_tchar *fileName, const NS_tchar *alternateFileName, bool append) |
| void | Finish () |
| void | Flush () |
| void | Printf (const char *fmt,...) |
| void | WarnPrintf (const char *fmt,...) |
| ~UpdateLog () | |
Static Public Member Functions | |
| static UpdateLog & | GetPrimaryLog () |
Protected Member Functions | |
| UpdateLog () | |
Protected Attributes | |
| FILE * | logFP |
| NS_tchar * | sourcePath |
Definition at line 11 of file updatelogging.h.
|
inline |
Definition at line 27 of file updatelogging.h.
References Finish().
|
protected |
Definition at line 17 of file updatelogging.cxx.
| void UpdateLog::Finish | ( | ) |
| void UpdateLog::Flush | ( | void | ) |
Definition at line 54 of file updatelogging.cxx.
References logFP.
|
inlinestatic |
Definition at line 14 of file updatelogging.h.
| void UpdateLog::Init | ( | NS_tchar * | sourcePath, |
| const NS_tchar * | fileName, | ||
| const NS_tchar * | alternateFileName, | ||
| bool | append | ||
| ) |
Definition at line 23 of file updatelogging.cxx.
References logFP, MAXPATHLEN, NS_T, NS_taccess, NS_tfopen, NS_tsnprintf, and sourcePath.
| void UpdateLog::Printf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 62 of file updatelogging.cxx.
References logFP.
| void UpdateLog::WarnPrintf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 74 of file updatelogging.cxx.
References logFP.
|
protected |
Definition at line 34 of file updatelogging.h.
Referenced by Finish(), Flush(), Init(), Printf(), and WarnPrintf().
|
protected |
Definition at line 35 of file updatelogging.h.
Referenced by Init().