Lines Matching refs:ConsoleHandler

83     class ConsoleHandler    :public ::cppu::BaseMutex  class
92 ConsoleHandler( const Reference< XComponentContext >& _rxContext );
93 virtual ~ConsoleHandler();
127 typedef ComponentMethodGuard< ConsoleHandler > MethodGuard;
136 ConsoleHandler::ConsoleHandler( const Reference< XComponentContext >& _rxContext ) in ConsoleHandler() function in logging::ConsoleHandler
145 ConsoleHandler::~ConsoleHandler() in ~ConsoleHandler()
155 void SAL_CALL ConsoleHandler::disposing() in disposing()
161 void ConsoleHandler::enterMethod( MethodGuard::Access ) in enterMethod()
167 void ConsoleHandler::leaveMethod( MethodGuard::Access ) in leaveMethod()
173 ::sal_Int32 SAL_CALL ConsoleHandler::getThreshold() throw (RuntimeException) in getThreshold()
180 void SAL_CALL ConsoleHandler::setThreshold( ::sal_Int32 _threshold ) throw (RuntimeException) in setThreshold()
187 ::rtl::OUString SAL_CALL ConsoleHandler::getEncoding() throw (RuntimeException) in getEncoding()
196 …void SAL_CALL ConsoleHandler::setEncoding( const ::rtl::OUString& _rEncoding ) throw (RuntimeExcep… in setEncoding()
203 Reference< XLogFormatter > SAL_CALL ConsoleHandler::getFormatter() throw (RuntimeException) in getFormatter()
210 …void SAL_CALL ConsoleHandler::setFormatter( const Reference< XLogFormatter >& _rxFormatter ) throw… in setFormatter()
217 ::sal_Int32 SAL_CALL ConsoleHandler::getLevel() throw (RuntimeException) in getLevel()
224 void SAL_CALL ConsoleHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel()
231 void SAL_CALL ConsoleHandler::flush( ) throw (RuntimeException) in flush()
239 … ::sal_Bool SAL_CALL ConsoleHandler::publish( const LogRecord& _rRecord ) throw (RuntimeException) in publish()
256 …void SAL_CALL ConsoleHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize()
286 ::rtl::OUString SAL_CALL ConsoleHandler::getImplementationName() throw(RuntimeException) in getImplementationName()
292 …::sal_Bool SAL_CALL ConsoleHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService()
305 …Sequence< ::rtl::OUString > SAL_CALL ConsoleHandler::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
311 ::rtl::OUString SAL_CALL ConsoleHandler::getImplementationName_static() in getImplementationName_static()
317 Sequence< ::rtl::OUString > SAL_CALL ConsoleHandler::getSupportedServiceNames_static() in getSupportedServiceNames_static()
325 … Reference< XInterface > ConsoleHandler::Create( const Reference< XComponentContext >& _rxContext ) in Create()
327 return *( new ConsoleHandler( _rxContext ) ); in Create()
333 static OAutoRegistration< ConsoleHandler > aAutoRegistration; in createRegistryInfo_ConsoleHandler()