Home
last modified time | relevance | path

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 DConnectionLog.java57 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 15 milliseconds