Print
#ifndef __AndroidLogListener_H__
#define __AndroidLogListener_H__
 
#include "OgreLog.h"
 
class AndroidLogListener : public Ogre::LogListener
{
public:
	AndroidLogListener();
 
	virtual void messageLogged(const Ogre::String& message, Ogre::LogMessageLevel lml, bool maskDebug, const Ogre::String &logName);
};
 
#endif

Contributors to this page: jacmoe133512 points  .
Page last modified on Thursday 13 of May, 2010 14:51:31 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.