private void logMessage(String message, String from, String to, boolean sender,
String callId, String firstLine, String status, String tid, long time,
long timestampVal) {
LogRecord log = this.sipStack.logRecordFactory.createLogRecord(message, from, to, time,
sender, firstLine, tid, callId, timestampVal);
if (log != null)
logMessage(log.toString());
}