class guip::GuiSystem::LoggerProxy
class LoggerProxy: public Logger { public: // construction LoggerProxy(); // methods void logEvent(const CEGUI::String& message, CEGUI::LoggingLevel level = CEGUI::LoggingLevel::Standard); void setLogFilename(const CEGUI::String& filename, bool append = false); };