Searched refs:argsWithId (Results 1 – 1 of 1) sorted by relevance
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | ConnectionLog.java | 57 Object[] argsWithId = new Object[arguments.length + 1]; in log() local 58 argsWithId[0] = objectId; in log() 59 System.arraycopy(arguments, 0, argsWithId, 1, arguments.length); in log() 60 return super.log(logLevel, messageResID, argsWithId); in log() 65 Object[] argsWithId = new Object[arguments.length + 1]; in logp() local 66 argsWithId[0] = objectId; in logp() 67 System.arraycopy(arguments, 0, argsWithId, 1, arguments.length); in logp()
|
Completed in 10 milliseconds