LibreOffice Module onlineupdate (master) 1
Classes | Macros
updatelogging.h File Reference
#include "updatedefines.h"
#include <stdio.h>
Include dependency graph for updatelogging.h:
This graph shows which files directly or indirectly include this file:

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()
 

Macro Definition Documentation

◆ LOG

#define LOG (   args)    UpdateLog::GetPrimaryLog().Printf args

Definition at line 39 of file updatelogging.h.

◆ LOG_WARN

#define LOG_WARN (   args)    UpdateLog::GetPrimaryLog().WarnPrintf args

Definition at line 38 of file updatelogging.h.

◆ LogFinish

#define LogFinish ( )    UpdateLog::GetPrimaryLog().Finish()

Definition at line 44 of file updatelogging.h.

◆ LogFlush

#define LogFlush ( )    UpdateLog::GetPrimaryLog().Flush()

Definition at line 45 of file updatelogging.h.

◆ LogInit

#define LogInit (   PATHNAME_,
  FILENAME_ 
)     UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, 0, false)

Definition at line 40 of file updatelogging.h.

◆ LogInitAppend

#define LogInitAppend (   PATHNAME_,
  FILENAME_,
  ALTERNATE_ 
)     UpdateLog::GetPrimaryLog().Init(PATHNAME_, FILENAME_, ALTERNATE_, true)

Definition at line 42 of file updatelogging.h.