LibreOffice Module xmlsecurity (master) 1
Functions
errorcallback.cxx File Reference
#include <sal/config.h>
#include <xmlsec-wrapper.h>
#include <xmlsec/errorcallback.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
Include dependency graph for errorcallback.cxx:

Go to the source code of this file.

Functions

static void errorCallback (const char *file, int line, const char *func, const char *errorObject, const char *errorSubject, int reason, const char *msg)
 
void setErrorRecorder ()
 
void clearErrorRecorder ()
 

Function Documentation

◆ clearErrorRecorder()

void clearErrorRecorder ( )

◆ errorCallback()

static void errorCallback ( const char *  file,
int  line,
const char *  func,
const char *  errorObject,
const char *  errorSubject,
int  reason,
const char *  msg 
)
static

Definition at line 36 of file errorcallback.cxx.

References line, and SAL_WARN.

Referenced by setErrorRecorder().

◆ setErrorRecorder()

void setErrorRecorder ( )