#include <stdio.h>
#include <pthread.h>
#include "config.h"
Go to the source code of this file.
Defines | |
#define | LOG_PREFIX "UDS_" PACKAGE_NAME |
#define | LOGPRINTF(x,...) do {} while (0) |
#define | WARNPRINTF(x,...) fprintf(stderr, "(" LOG_PREFIX "_W)[%d]" __FILE__ ":%d,%s() " x "\n", (unsigned int)pthread_self(), __LINE__, __FUNCTION__ , ##__VA_ARGS__) |
#define | ERRORPRINTF(x,...) fprintf(stderr, "(" LOG_PREFIX "_E)[%d]" __FILE__ ":%d,%s() " x "\n", (unsigned int)pthread_self(), __LINE__, __FUNCTION__, ##__VA_ARGS__) |
#define | TRACEFUNCTION() do {} while (0) |
#define ERRORPRINTF | ( | x, | |||
... | ) | fprintf(stderr, "(" LOG_PREFIX "_E)[%d]" __FILE__ ":%d,%s() " x "\n", (unsigned int)pthread_self(), __LINE__, __FUNCTION__, ##__VA_ARGS__) |
Definition at line 62 of file document-viewer-plugins-4.0+svnr7001/plugins/common/log.h.
#define LOG_PREFIX "UDS_" PACKAGE_NAME |
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 47 of file document-viewer-plugins-4.0+svnr7001/plugins/common/log.h.
#define LOGPRINTF | ( | x, | |||
... | ) | do {} while (0) |
Definition at line 52 of file document-viewer-plugins-4.0+svnr7001/plugins/common/log.h.
#define TRACEFUNCTION | ( | ) | do {} while (0) |
Definition at line 98 of file document-viewer-plugins-4.0+svnr7001/plugins/common/log.h.
Referenced by text::PaginationAbortTask::execute(), text::PaginationAbortTask::PaginationAbortTask(), text::TextController::pause_pagination(), text::TextController::restart_pagination(), and text::PaginationAbortTask::~PaginationAbortTask().
#define WARNPRINTF | ( | x, | |||
... | ) | fprintf(stderr, "(" LOG_PREFIX "_W)[%d]" __FILE__ ":%d,%s() " x "\n", (unsigned int)pthread_self(), __LINE__, __FUNCTION__ , ##__VA_ARGS__) |
Definition at line 56 of file document-viewer-plugins-4.0+svnr7001/plugins/common/log.h.