Home
last modified time | relevance | path

Searched refs:ConnectionLog_Base (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/inc/java/sql/
H A DConnectionLog.hxx71 typedef ::comphelper::ResourceBasedEventLogger ConnectionLog_Base; typedef
72 class ConnectionLog : public ConnectionLog_Base
100 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID ); in log()
106 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1 ); in log()
112 … return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2 ); in log()
118 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
124 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
130 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
/trunk/main/connectivity/source/drivers/jdbc/
H A DConnectionLog.cxx61 :ConnectionLog_Base( _rDriverLog ) in ConnectionLog()
68 :ConnectionLog_Base( _rSourceLog ) in ConnectionLog()
75 :ConnectionLog_Base( _rSourceLog ) in ConnectionLog()

Completed in 31 milliseconds