Home
last modified time | relevance | path

Searched refs:m_aLogger (Results 1 – 18 of 18) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx124 if ( m_aLogger.getLogLevel() == LogLevel::FINEST ) in CurlSession()
172 m_aLogger.log( LogLevel::INFO, "CurlSession::CurlSession with URL $1$", in CurlSession()
232 m_aLogger.log( LogLevel::INFO, "Not using a proxy server" ); in Init()
366 m_aLogger.log( LogLevel::FINEST, "$1$ $2$", prefix, message ); in curlDebugOutput()
542 m_aLogger.log( LogLevel::FINE, "URL hostname $1$ certificate hostname", in verifyCertificateChain()
648 m_aLogger.log( in provideCredentials()
1063 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1089 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1116 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1146 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
[all …]
H A DCurlSession.hxx62 ::comphelper::EventLogger m_aLogger;
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx70 ,m_aLogger( _rConnection.getLogger() ) in java_sql_DatabaseMetaData()
226 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in getTables()
375 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getIndexInfo()
414 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getBestRowIdentifier()
540 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getCrossReference()
565 if ( m_aLogger.isLoggable( LogLevel::FINEST ) ) in impl_callStringMethod()
618 if ( m_aLogger.isLoggable( LogLevel::FINEST ) ) in impl_callResultSetMethodWithStrings()
666 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in impl_callResultSetMethodWithStrings()
1009 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in supportsConvert()
1351 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in supportsResultSetConcurrency()
[all …]
H A DPreparedStatement.cxx101 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED ); in execute()
114 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED_UPDATE ); in executeUpdate()
137 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setString()
150 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED_QUERY ); in executeQuery()
363 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setObjectWithInfo()
372 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setObjectWithInfo()
438 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setBytes()
486 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setCharacterStream()
534 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in setBinaryStream()
542 m_aLogger.log( LogLevel::FINER, STR_LOG_CLEAR_PARAMETERS ); in clearParameters()
[all …]
H A DJStatement.cxx71 ,m_aLogger( _rCon.getLogger(), java::sql::ConnectionLog::STATEMENT ) in java_sql_Statement_Base()
115 m_aLogger.log( LogLevel::FINE, STR_LOG_CLOSING_STATEMENT ); in disposing()
154 m_aLogger.log( LogLevel::FINE, STR_LOG_GENERATED_VALUES ); in getGeneratedValues()
229 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTE_STATEMENT, sql ); in execute()
249 m_aLogger, in execute()
254 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in execute()
265 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTE_QUERY, sql ); in executeQuery()
284 m_aLogger, in executeQuery()
289 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in executeQuery()
349 m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTE_UPDATE, sql ); in executeUpdate()
[all …]
H A DJConnection.cxx273 ,m_aLogger( _rDriver.getLogger() ) in java_sql_Connection()
309 m_aLogger.log( LogLevel::INFO, STR_LOG_SHUTDOWN_CONNECTION ); in disposing()
461 m_aLogger.log( LogLevel::FINE, STR_LOG_CREATE_STATEMENT ); in createStatement()
502 m_aLogger.log( LogLevel::FINE, STR_LOG_PREPARE_STATEMENT, sql ); in prepareStatement()
520 m_aLogger.log( LogLevel::FINE, STR_LOG_PREPARE_CALL, sql ); in prepareCall()
554 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in nativeSQL()
557 m_aLogger.log( LogLevel::FINER, STR_LOG_NATIVE_SQL, sql, aStr ); in nativeSQL()
717 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in loadDriverFromProperties()
723 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in loadDriverFromProperties()
738 m_aLogger.log( LogLevel::INFO, STR_LOG_CONN_SUCCESS ); in loadDriverFromProperties()
[all …]
H A DResultSet.cxx78 ,m_aLogger( _rParentLogger, java::sql::ConnectionLog::RESULTSET ) in java_sql_ResultSet()
272 return out==0 ? 0 : new java_sql_ResultSetMetaData( t.pEnv, out, m_aLogger,*m_pConnection ); in getMetaData()
344 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getObject()
720 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in updateString()
749 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in updateBytes()
804 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in updateBinaryStream()
836 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in updateCharacterStream()
894 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in updateNumericObject()
H A DJDriver.cxx51 ,m_aLogger( m_aContext.getUNOContext(), "sdbcl", "org.openoffice.sdbc.jdbcBridge" ) in java_sql_Driver()
106 m_aLogger.log( LogLevel::INFO, STR_LOG_DRIVER_CONNECTING_URL, url ); in connect()
116 m_aLogger.log( LogLevel::INFO, STR_LOG_DRIVER_SUCCESS ); in connect()
H A DCallableStatement.cxx225 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in registerOutParameter()
243 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in registerNumericOutParameter()
347 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in createStatement()
H A DResultSetMetaData.cxx47 ,m_aLogger( _rResultSetLogger ) in java_sql_ResultSetMetaData()
/trunk/main/xmloff/source/forms/
H A Dlogging.cxx41 m_aLogger.push( new ::rtl::Logfile( _pContextName ) ); in enterContext()
47 delete m_aLogger.top(); in leaveTopContext()
48 m_aLogger.pop(); in leaveTopContext()
H A Dlogging.hxx45 ::std::stack< ::rtl::Logfile* > m_aLogger;
/trunk/main/connectivity/source/inc/java/sql/
H A DDriver.hxx43 ::comphelper::ResourceBasedEventLogger m_aLogger;
67 const ::comphelper::ResourceBasedEventLogger& getLogger() const { return m_aLogger; } in getLogger()
H A DConnection.hxx57 m_aLogger; member in connectivity::java_sql_Connection
107 const java::sql::ConnectionLog& getLogger() const { return m_aLogger; } in getLogger()
H A DJStatement.hxx89 java::sql::ConnectionLog m_aLogger; member in connectivity::java_sql_Statement_Base
136 sal_Int32 getStatementObjectID() const { return m_aLogger.getObjectID(); } in getStatementObjectID()
H A DResultSetMetaData.hxx41 java::sql::ConnectionLog m_aLogger; member in connectivity::java_sql_ResultSetMetaData
H A DResultSet.hxx69 java::sql::ConnectionLog m_aLogger; member in connectivity::java_sql_ResultSet
H A DDatabaseMetaData.hxx42 java::sql::ConnectionLog m_aLogger; member in connectivity::java_sql_DatabaseMetaData

Completed in 97 milliseconds