#include "CEGUIBase.h"
#include "CEGUIString.h"
#include <fstream>
#include "CEGUISingleton.h"
Include dependency graph for CEGUILogger.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::Logger |
Class that implements logging for the GUI system. More... | |
Defines | |
#define | CEGUI_LOGINSANE(message) CEGUI::Logger::getSingleton().logEvent((message), CEGUI::Insane); |
Enumerations | |
enum | LoggingLevel { Errors, Standard, Informative, Insane } |
Enumeration of logging levels. More... |
|
Definition at line 158 of file CEGUILogger.h. Referenced by CEGUI::Imageset::defineImage(), CEGUI::Imageset::undefineAllImages(), and CEGUI::Imageset::undefineImage(). |
|
Enumeration of logging levels.
Definition at line 50 of file CEGUILogger.h. Referenced by CEGUI::Logger::getLoggingLevel(). |