Searched defs:stackLogger (Results 1 – 6 of 6) sorted by relevance
51 public static void handleException(Exception ex, StackLogger stackLogger) { in handleException()71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException()
40 static StackLogger stackLogger; field in Debug42 public static void setStackLogger(StackLogger stackLogger) { in setStackLogger()
41 StackLogger stackLogger) { in calculateResponse()117 StackLogger stackLogger) { in calculateResponse()
67 protected StackLogger stackLogger; field in ServerLog
174 private StackLogger stackLogger; field in SIPTransactionStack2452 public void setStackLogger(StackLogger stackLogger) { in setStackLogger()
567 StackLogger stackLogger = (StackLogger) cons.newInstance(args); in SipStackImpl() local