Searched refs:setLoggingLevel (Results 1 – 8 of 8) sorted by relevance
285 public static boolean setLoggingLevel(short severity) { in setLoggingLevel() method in IcingSearchEngineImpl286 return setLoggingLevel(severity, (short) 0); in setLoggingLevel()289 public static boolean setLoggingLevel(short severity, short verbosity) { in setLoggingLevel() method in IcingSearchEngineImpl
293 public static boolean setLoggingLevel(LogSeverity.Code severity) { in setLoggingLevel() method in IcingSearchEngine294 return setLoggingLevel(severity, (short) 0); in setLoggingLevel()297 public static boolean setLoggingLevel(LogSeverity.Code severity, short verbosity) { in setLoggingLevel() method in IcingSearchEngine298 return IcingSearchEngineImpl.setLoggingLevel((short) severity.getNumber(), verbosity); in setLoggingLevel()
232 public void setLoggingLevel(int l) in setLoggingLevel() method in LoggingHandler
189 setLoggingLevel(Integer.parseInt(logLvl)); in initialize()864 public void setLoggingLevel(int setLL) in setLoggingLevel() method in Reporter
142 public void setLoggingLevel(int l) in setLoggingLevel() method in LoggingEntityResolver
199 public void setLoggingLevel(int ll) in setLoggingLevel() method in XSLTestAntTask
335 …ltl.setLoggingLevel(100); // HACK - happens to be above 99, which is what we usually set max level… in testCase3()380 ltl.setLoggingLevel(Logger.INFOMSG + 1); in testCase4()415 ltl.setLoggingLevel(Logger.INFOMSG + 1); in testCase4()
1253 assertThat(IcingSearchEngine.setLoggingLevel(LogSeverity.Code.INFO)).isTrue(); in testLogging()1258 assertThat(IcingSearchEngine.setLoggingLevel(LogSeverity.Code.WARNING)).isTrue(); in testLogging()1263 assertThat(IcingSearchEngine.setLoggingLevel(LogSeverity.Code.DBG)).isTrue(); in testLogging()1268 assertThat(IcingSearchEngine.setLoggingLevel(LogSeverity.Code.VERBOSE, (short) 1)).isTrue(); in testLogging()