#include "CEGUIBase.h"
#include "CEGUIString.h"
#include <fstream>
#include <sstream>
#include <vector>
#include <utility>
#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) |
Enumerations | |
enum | CEGUI::LoggingLevel { CEGUI::Errors, CEGUI::Standard, CEGUI::Informative, CEGUI::Insane } |
Enumeration of logging levels. More... |
|
Definition at line 171 of file CEGUILogger.h. Referenced by CEGUI::WindowManager::cleanDeadPool(), CEGUI::Imageset::defineImage(), CEGUI::Falagard_xmlHandler::elementEnd(), CEGUI::Falagard_xmlHandler::elementStart(), CEGUI::Imageset::undefineAllImages(), and CEGUI::Imageset::undefineImage(). |