Go to the source code of this file.
|
| #define | __RADIO_FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__) |
| |
| #define | RADIO_LOG_FATAL(channel) DtFatal << "FATAL[" << channel << "] " << " " << __FUNCTION__ << ": " |
| |
| #define | RADIO_LOG_WARN(channel) DtWarn << "WARN[" << channel << "] " << " " << __FUNCTION__ << ": " |
| |
| #define | RADIO_LOG_INFO(channel) DtInfo << "INFO[" << channel << "] " << " " << __FUNCTION__ << ": " |
| |
| #define | RADIO_LOG_VERBOSE(channel) DtVerbose << "VERBOSE[" << channel << "] " " " << __FUNCTION__ << ": " |
| |
| #define | RADIO_LOG_DEBUG(channel) DtDebug << "DEBUG[" << channel << "] " << " " << __FUNCTION__ << ": " |
| |
| #define __RADIO_FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__) |
| #define RADIO_LOG_FATAL |
( |
|
channel | ) |
DtFatal << "FATAL[" << channel << "] " << " " << __FUNCTION__ << ": " |
| #define RADIO_LOG_WARN |
( |
|
channel | ) |
DtWarn << "WARN[" << channel << "] " << " " << __FUNCTION__ << ": " |
| #define RADIO_LOG_INFO |
( |
|
channel | ) |
DtInfo << "INFO[" << channel << "] " << " " << __FUNCTION__ << ": " |
| #define RADIO_LOG_VERBOSE |
( |
|
channel | ) |
DtVerbose << "VERBOSE[" << channel << "] " " " << __FUNCTION__ << ": " |
| #define RADIO_LOG_DEBUG |
( |
|
channel | ) |
DtDebug << "DEBUG[" << channel << "] " << " " << __FUNCTION__ << ": " |