VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
makRadioLogger.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vlutil/vlPrint.h>
4 
5 #define __RADIO_FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
6 
7 #define RADIO_LOG_FATAL(channel) DtFatal << "FATAL[" << channel << "] " << " " << __FUNCTION__ << ": "
8 #define RADIO_LOG_WARN(channel) DtWarn << "WARN[" << channel << "] " << " " << __FUNCTION__ << ": "
9 #define RADIO_LOG_INFO(channel) DtInfo << "INFO[" << channel << "] " << " " << __FUNCTION__ << ": "
10 #define RADIO_LOG_VERBOSE(channel) DtVerbose << "VERBOSE[" << channel << "] " " " << __FUNCTION__ << ": "
11 #define RADIO_LOG_DEBUG(channel) DtDebug << "DEBUG[" << channel << "] " << " " << __FUNCTION__ << ": "

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)