Searched refs:EventLogger (Results 1 – 5 of 5) sorted by relevance
99 class EventLogger :public ::cppu::BaseMutex class131 ~EventLogger();185 …EventLogger::EventLogger( const Reference< XComponentContext >& _rxContext, const ::rtl::OUString&… in EventLogger() function in logging::EventLogger200 EventLogger::~EventLogger() in ~EventLogger()205 bool EventLogger::impl_nts_isLoggable_nothrow( ::sal_Int32 _nLevel ) in impl_nts_isLoggable_nothrow()217 void EventLogger::impl_ts_logEvent_nothrow( const LogRecord& _rRecord ) in impl_ts_logEvent_nothrow()231 ::rtl::OUString SAL_CALL EventLogger::getName() throw (RuntimeException) in getName()237 ::sal_Int32 SAL_CALL EventLogger::getLevel() throw (RuntimeException) in getLevel()244 void SAL_CALL EventLogger::setLevel( ::sal_Int32 _level ) throw (RuntimeException) in setLevel()296 ::rtl::OUString SAL_CALL EventLogger::getImplementationName() throw(RuntimeException) in getImplementationName()[all …]
110 …EventLogger::EventLogger( const Reference< XComponentContext >& _rxContext, const ::rtl::OUString&… in EventLogger() function in comphelper::EventLogger116 …EventLogger::EventLogger( const Reference< XComponentContext >& _rxContext, const sal_Char* _pAsci… in EventLogger() function in comphelper::EventLogger122 EventLogger::~EventLogger() in ~EventLogger()127 const ::rtl::OUString& EventLogger::getName() const in getName()133 sal_Int32 EventLogger::getLogLevel() const in getLogLevel()150 void EventLogger::setLogLevel( const sal_Int32 _nLogLevel ) const in setLogLevel()165 bool EventLogger::isLoggable( const sal_Int32 _nLogLevel ) const in isLoggable()184 bool EventLogger::addLogHandler( const Reference< XLogHandler >& _rxLogHandler ) in addLogHandler()236 bool EventLogger::impl_log( const sal_Int32 _nLogLevel, in impl_log()365 :EventLogger( _rxContext, _rLoggerName ) in ResourceBasedEventLogger()[all …]
25 class EventLogger class27 public static synchronized EventLogger Instance () in Instance()30 maInstance = new EventLogger(); in Instance()34 private EventLogger () in EventLogger() method in EventLogger49 private static EventLogger maInstance = null;
98 class COMPHELPER_DLLPUBLIC EventLogger class112 EventLogger(126 EventLogger(131 ~EventLogger();561 class COMPHELPER_DLLPUBLIC ResourceBasedEventLogger : public EventLogger
76 ::comphelper::EventLogger m_aEventLogger;
Completed in 38 milliseconds