#include <osgEarth/Export>
#include <osg/Notify>
Go to the source code of this file.
Define Documentation
#define OE_DEBUG OE_NOTIFY(osg::DEBUG_INFO,"[osgEarth] ") |
#define OE_FATAL OE_NOTIFY(osg::FATAL,"[osgEarth]* ") |
#define OE_INFO OE_NOTIFY(osg::INFO,"[osgEarth] ") |
#define OE_NOTICE OE_NOTIFY(osg::NOTICE,"[osgEarth] ") |
#define OE_NOTIFY |
( |
|
X, |
|
|
|
Y |
|
) |
| if(osgEarth::isNotifyEnabled( X )) osgEarth::notify( X ) << Y |
#define OE_NULL if(false) osgEarth::notify(osg::ALWAYS) |
#define OE_WARN OE_NOTIFY(osg::WARN,"[osgEarth]* ") |
#define OSGEARTH_NOTIFY_H 1 |