Searched refs:TRACE_MESSAGES (Results 1 – 7 of 7) sorted by relevance
99 private static boolean TRACE_MESSAGES = false; field in TransliteratorInputMethod103 if (TRACE_MESSAGES) in TransliteratorInputMethod()186 if (TRACE_MESSAGES) in statusWindowAction()191 if (TRACE_MESSAGES) in statusWindowAction()208 if (TRACE_MESSAGES) in statusWindowAction()227 if (TRACE_MESSAGES) in notifyClientWindowChange()242 if (TRACE_MESSAGES) in notifyClientWindowChange()247 if (TRACE_MESSAGES) in activate()252 if (TRACE_MESSAGES) in activate()267 if (TRACE_MESSAGES) in activate()[all …]
140 ll = TRACE_MESSAGES; in setProperties()171 protected int traceLevel = TRACE_MESSAGES;181 if (logFileName == null || traceLevel < TRACE_MESSAGES) { in checkLogFile()
234 if (this.getSIPStack().getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) in sendMessage()344 if (!getSIPStack().getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) in logMessage()
294 if (this.sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) in sendMessage()490 if (this.sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) { in processMessage()
292 if (this.sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) in sendMessage()457 if (this.sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) { in processMessage()
474 if (sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES)) { in processMessage()663 …if (sipStack.getStackLogger().isLoggingEnabled(ServerLogger.TRACE_MESSAGES) && !sipMessage.isNullR… in sendMessage()
15 public static final int TRACE_MESSAGES = TRACE_INFO; field