|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
Logger class header file. More...
#include <cstdio>#include <cstring>#include <string>#include <memory>#include <stdarg.h>#include <syslog.h>#include <sys/syscall.h>#include <unistd.h>#include "vdr/tools.h"

Go to the source code of this file.
Classes | |
| class | cSoftHdLogger |
| cSoftHdLogger - Logger class More... | |
Macros | |
| #define | LOGFATAL cSoftHdLogger::GetLogger()->LogFatal |
| Logger macros. More... | |
| #define | LOGERROR cSoftHdLogger::GetLogger()->LogError |
| #define | LOGWARNING cSoftHdLogger::GetLogger()->LogWarning |
| #define | LOGINFO cSoftHdLogger::GetLogger()->LogInfo |
| #define | LOGDEBUG cSoftHdLogger::GetLogger()->LogDebug |
| #define | LOGDEBUG2 cSoftHdLogger::GetLogger()->LogDebug2 |
| #define | L_DEBUG (1 << 0) |
| Logger flags. More... | |
| #define | L_AV_SYNC (1 << 1) |
| #define | L_SOUND (1 << 2) |
| #define | L_OSD (1 << 3) |
| #define | L_DRM (1 << 4) |
| #define | L_CODEC (1 << 5) |
| #define | L_STILL (1 << 6) |
| #define | L_TRICK (1 << 7) |
| #define | L_MEDIA (1 << 8) |
| #define | L_OPENGL (1 << 9) |
| #define | L_OPENGL_TIME (1 << 10) |
| #define | L_OPENGL_TIME_ALL (1 << 11) |
| #define | L_PACKET (1 << 12) |
| #define | L_GRAB (1 << 13) |
Logger class header file.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file logger.h.
| #define L_DEBUG (1 << 0) |
| #define LOGDEBUG cSoftHdLogger::GetLogger()->LogDebug |
| #define LOGDEBUG2 cSoftHdLogger::GetLogger()->LogDebug2 |
| #define LOGERROR cSoftHdLogger::GetLogger()->LogError |
| #define LOGFATAL cSoftHdLogger::GetLogger()->LogFatal |
| #define LOGINFO cSoftHdLogger::GetLogger()->LogInfo |
| #define LOGWARNING cSoftHdLogger::GetLogger()->LogWarning |