29 #ifndef OGRE_LOGGING_H 30 #define OGRE_LOGGING_H 74 #endif // OGRE_LOGGING_H
static void configureLogging()
Configure the Ogre::LogManager to give the currently selected behavior. This must be called before Og...
Convenience interface to Ogre logging.
static void noLog()
Disable Ogre logging entirely. This is the default.
static void useLogFile(const QString &filename="Ogre.log")
Configure Ogre to write output to the given log file name. If file name is a relative path...
static Preference preference_
static void useRosLog()
Configure Ogre to write output to the ROS logger.