VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
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 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)