Home
last modified time | relevance | path

Searched refs:impl_log (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/comphelper/inc/comphelper/
H A Dlogging.hxx175 return impl_log( _nLogLevel, NULL, NULL, _rMessage ); in log()
190 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
200 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
211 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
223 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
236 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
250 return impl_log( _nLogLevel, NULL, NULL, _rMessage, in log()
376 return impl_log( _nLogLevel, _pSourceClass, _pSourceMethod, _rMessage, in logp()
386 return impl_log( _nLogLevel, _pSourceClass, _pSourceMethod, _rMessage, in logp()
397 return impl_log( _nLogLevel, _pSourceClass, _pSourceMethod, _rMessage, in logp()
[all …]
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DEventLogger.java168 return impl_log(logLevel, null, null, message, arguments); in log()
195 return impl_log(logLevel, null, null, message); in log()
211 … return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), message, arguments); in logp()
216 …protected boolean impl_log(int logLevel, String sourceClass, String sourceMethod, String message, … in impl_log() method in EventLogger
H A DResourceBasedEventLogger.java59 return impl_log(logLevel, null, null, loadStringMessage(messageResID), arguments); in log()
74 …return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), loadStringMessage(message… in logp()
/aoo42x/main/comphelper/source/misc/
H A Dlogging.cxx236 bool EventLogger::impl_log( const sal_Int32 _nLogLevel, in impl_log() function in comphelper::EventLogger

Completed in 35 milliseconds