Lines Matching refs:LoggerPool
152 class LoggerPool : public LoggerPool_Base class
163 LoggerPool( const Reference< XComponentContext >& _rxContext );
319 LoggerPool::LoggerPool( const Reference< XComponentContext >& _rxContext ) in LoggerPool() function in logging::LoggerPool
325 ::rtl::OUString SAL_CALL LoggerPool::getImplementationName() throw(RuntimeException) in getImplementationName()
331 …::sal_Bool SAL_CALL LoggerPool::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runt… in supportsService()
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()
363 …Reference< XInterface > SAL_CALL LoggerPool::Create( const Reference< XComponentContext >& _rxCont… in Create()
365 return *( new LoggerPool( _rxContext ) ); in Create()
369 …Reference< XLogger > SAL_CALL LoggerPool::getNamedLogger( const ::rtl::OUString& _rName ) throw (R… in getNamedLogger()
386 Reference< XLogger > SAL_CALL LoggerPool::getDefaultLogger( ) throw (RuntimeException) in getDefaultLogger()
394 static OSingletonRegistration< LoggerPool > aAutoRegistration; in createRegistryInfo_LoggerPool()