Searched refs:LoggerPool (Results 1 – 6 of 6) sorted by relevance
152 class LoggerPool : public LoggerPool_Base class163 LoggerPool( const Reference< XComponentContext >& _rxContext );319 LoggerPool::LoggerPool( const Reference< XComponentContext >& _rxContext ) in LoggerPool() function in logging::LoggerPool325 ::rtl::OUString SAL_CALL LoggerPool::getImplementationName() throw(RuntimeException) in getImplementationName()337 …Sequence< ::rtl::OUString > SAL_CALL LoggerPool::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()343 ::rtl::OUString SAL_CALL LoggerPool::getImplementationName_static() in getImplementationName_static()349 Sequence< ::rtl::OUString > SAL_CALL LoggerPool::getSupportedServiceNames_static() in getSupportedServiceNames_static()357 ::rtl::OUString LoggerPool::getSingletonName_static() in getSingletonName_static()365 return *( new LoggerPool( _rxContext ) ); in Create()386 Reference< XLogger > SAL_CALL LoggerPool::getDefaultLogger( ) throw (RuntimeException) in getDefaultLogger()[all …]
37 …<p>The one and only <code>LoggerPool</code> instance is available at a component context as value …38 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>42 …<p>The one and only <code>LoggerPool</code> instance is available at a component context as value …43 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>47 singleton LoggerPool : XLoggerPool;
48 using ::com::sun::star::logging::LoggerPool;93 … Reference< XLoggerPool > xPool( LoggerPool::get( m_aContext.getUNOContext() ), UNO_QUERY_THROW ); in impl_createLogger_nothrow()
45 /** deprecated API - use <type scope="com::sun::star::logging">LoggerPool</type> instead
91 offapi/com/sun/star/logging/LoggerPool \
Completed in 66 milliseconds