Home
last modified time | relevance | path

Searched refs:_nLogLevel (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/comphelper/inc/comphelper/
H A Dlogging.hxx174 if ( isLoggable( _nLogLevel ) ) in log()
189 if ( isLoggable( _nLogLevel ) ) in log()
199 if ( isLoggable( _nLogLevel ) ) in log()
210 if ( isLoggable( _nLogLevel ) ) in log()
222 if ( isLoggable( _nLogLevel ) ) in log()
235 if ( isLoggable( _nLogLevel ) ) in log()
249 if ( isLoggable( _nLogLevel ) ) in log()
267 if ( isLoggable( _nLogLevel ) ) in log()
282 if ( isLoggable( _nLogLevel ) ) in log()
292 if ( isLoggable( _nLogLevel ) ) in log()
[all …]
/aoo42x/main/connectivity/source/inc/java/sql/
H A DConnectionLog.hxx98 bool log( const sal_Int32 _nLogLevel, const sal_Int32 _nMessageResID ) in log() argument
100 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID ); in log()
104 …bool log( const sal_Int32 _nLogLevel, const sal_Int32 _nMessageResID, ARGTYPE1 _argument1 )… in log() argument
106 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1 ); in log()
110 …bool log( const sal_Int32 _nLogLevel, const sal_Int32 _nMessageResID, ARGTYPE1 _argument1, … in log() argument
112 … return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2 ); in log()
116 …bool log( const sal_Int32 _nLogLevel, const sal_Int32 _nMessageResID, ARGTYPE1 _argument1, … in log() argument
118 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
122 …bool log( const sal_Int32 _nLogLevel, const sal_Int32 _nMessageResID, ARGTYPE1 _argument1, … in log() argument
124 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
[all …]
/aoo42x/main/comphelper/source/misc/
H A Dlogging.cxx150 void EventLogger::setLogLevel( const sal_Int32 _nLogLevel ) const in setLogLevel()
155 m_pImpl->getLogger()->setLevel( _nLogLevel ); in setLogLevel()
165 bool EventLogger::isLoggable( const sal_Int32 _nLogLevel ) const in isLoggable()
172 return m_pImpl->getLogger()->isLoggable( _nLogLevel ); in isLoggable()
236 bool EventLogger::impl_log( const sal_Int32 _nLogLevel, in impl_log() argument
276 _nLogLevel, in impl_log()
284 xLogger->log( _nLogLevel, sMessage ); in impl_log()
/aoo42x/main/extensions/source/logging/
H A Dlogrecord.hxx46 sal_Int32 _nLogLevel,
53 sal_Int32 _nLogLevel, in createLogRecord() argument
57 …Record( _rLoggerName, ::rtl::OUString(), ::rtl::OUString(), _rMessage, _nLogLevel, _nEventNumber ); in createLogRecord()
H A Dlogrecord.cxx67 sal_Int32 _nLogLevel, oslInterlockedCount _nEventNumber ) in createLogRecord() argument
92 _nLogLevel in createLogRecord()

Completed in 46 milliseconds