|
LibreOffice Module onlineupdate (master) 1
|
Go to the source code of this file.
Classes | |
| class | UpdateLog |
Macros | |
| #define | LOG_WARN(args) UpdateLog::GetPrimaryLog().WarnPrintf args |
| #define | LOG(args) UpdateLog::GetPrimaryLog().Printf args |
| #define | LogInit(PATHNAME_, FILENAME_) UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, 0, false) |
| #define | LogInitAppend(PATHNAME_, FILENAME_, ALTERNATE_) UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, ALTERNATE_, true) |
| #define | LogFinish() UpdateLog::GetPrimaryLog().Finish() |
| #define | LogFlush() UpdateLog::GetPrimaryLog().Flush() |
| #define LOG | ( | args | ) | UpdateLog::GetPrimaryLog().Printf args |
Definition at line 39 of file updatelogging.h.
| #define LOG_WARN | ( | args | ) | UpdateLog::GetPrimaryLog().WarnPrintf args |
Definition at line 38 of file updatelogging.h.
| #define LogFinish | ( | ) | UpdateLog::GetPrimaryLog().Finish() |
Definition at line 44 of file updatelogging.h.
| #define LogFlush | ( | ) | UpdateLog::GetPrimaryLog().Flush() |
Definition at line 45 of file updatelogging.h.
| #define LogInit | ( | PATHNAME_, | |
| FILENAME_ | |||
| ) | UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, 0, false) |
Definition at line 40 of file updatelogging.h.
| #define LogInitAppend | ( | PATHNAME_, | |
| FILENAME_, | |||
| ALTERNATE_ | |||
| ) | UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, ALTERNATE_, true) |
Definition at line 42 of file updatelogging.h.