Searched refs:logRecordFactory (Results 1 – 3 of 3) sorted by relevance
956 this.logRecordFactory = (LogRecordFactory) c in SipStackImpl()963 this.logRecordFactory = new DefaultMessageLogFactory(); in SipStackImpl()967 this.logRecordFactory = new DefaultMessageLogFactory(); in SipStackImpl()1320 return super.logRecordFactory; in getLogRecordFactory()
331 protected LogRecordFactory logRecordFactory; field in SIPTransactionStack2086 public void setLogRecordFactory(LogRecordFactory logRecordFactory) { in setLogRecordFactory() argument2087 this.logRecordFactory = logRecordFactory; in setLogRecordFactory()
326 LogRecord log = this.sipStack.logRecordFactory.createLogRecord(message, from, to, time, in logMessage()