Defines |
#define | lmlDebug(...) {;} |
#define | lmlLog(...) msgLogger(LogMsg, __VA_ARGS__) |
#define | lmlWarning(...) msgLogger(WarningMsg, __VA_ARGS__) |
#define | lmlCritical(...) msgLogger(CriticalMsg, __VA_ARGS__) |
#define | lmlFatal(...) msgLogger(FatalMsg, __VA_ARGS__) |
Typedefs |
typedef enum MsgType | MsgType |
Enumerations |
enum | MsgType {
LogMsg,
DebugMsg,
WarningMsg,
CriticalMsg,
FatalMsg
} |
Functions |
const char * | binaryName () __attribute__((no_instrument_function)) |
void | msgLogger (MsgType type, const char *format,...) __attribute__((no_instrument_function)) |
void | msgHandler (QtMsgType type, const char *msg) __attribute__((no_instrument_function)) |