Engauge Digitizer 2
Loading...
Searching...
No Matches
Jpeg2000Callbacks.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void errorCallback (const char *msg, void *clientData)
void infoCallback (const char *msg, void *clientData)
void warningCallback (const char *msg, void *clientData)

Function Documentation

◆ errorCallback()

void errorCallback ( const char * msg,
void * clientData )
extern

Definition at line 10 of file Jpeg2000Callbacks.cpp.

12{
13 LOG4CPP_ERROR_S ((*mainCat)) << "Jpeg2000Callbacks::errorCallback " << msg;
14}
log4cpp::Category * mainCat
Definition Logger.cpp:14
#define LOG4CPP_ERROR_S(logger)
Definition convenience.h:12

◆ infoCallback()

void infoCallback ( const char * msg,
void * clientData )
extern

Definition at line 16 of file Jpeg2000Callbacks.cpp.

18{
19 LOG4CPP_INFO_S ((*mainCat)) << "Jpeg2000Callbacks::infoCallback " << msg;
20}
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18

◆ warningCallback()

void warningCallback ( const char * msg,
void * clientData )
extern

Definition at line 22 of file Jpeg2000Callbacks.cpp.

24{
25 LOG4CPP_WARN_S ((*mainCat)) << "Jpeg2000Callbacks::warningCallback " << msg;
26}
#define LOG4CPP_WARN_S(logger)
Definition convenience.h:14