VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
makRadio
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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)