HomeSort by relevance Sort by last modified time
    Searched refs:isEnabledFor (Results 1 - 25 of 33) sorted by null

1 2

  /external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jLoggerAdapter.java 386 return logger.isEnabledFor(Level.WARN);
414 if (logger.isEnabledFor(Level.WARN)) {
437 if (logger.isEnabledFor(Level.WARN)) {
458 if (logger.isEnabledFor(Level.WARN)) {
483 return logger.isEnabledFor(Level.ERROR);
511 if (logger.isEnabledFor(Level.ERROR)) {
534 if (logger.isEnabledFor(Level.ERROR)) {
555 if (logger.isEnabledFor(Level.ERROR)) {
  /external/clang/tools/scan-build-py/libscanbuild/
__init__.py 73 if logging.getLogger().isEnabledFor(logging.DEBUG):
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
util.py 37 if logging.getLogger().isEnabledFor(logging.DEBUG):
58 if logging.getLogger().isEnabledFor(logging.DEBUG):
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
logback-classic-0.9.8-SNAPSHOT.jar 
  /external/v8/gypfiles/
landmine_utils.py 22 if logging.getLogger().isEnabledFor(logging.INFO):
  /tools/tradefederation/core/atest/
module_info.py 81 logging.getLogger().isEnabledFor(logging.DEBUG))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py     [all...]
  /external/python/cpython2/Lib/logging/
__init__.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /external/chromium-trace/catapult/devil/devil/android/perf/
thermal_throttle.py 119 if logger.isEnabledFor(logging.DEBUG):
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
thermal_throttle.py 116 if logging.getLogger().isEnabledFor(logging.DEBUG):
  /external/python/cpython3/Lib/logging/
__init__.py     [all...]
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java 171 public boolean isEnabledFor(Priority p) {
  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner.py 161 if logging.getLogger().isEnabledFor(logging.DEBUG):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 600 if self.logger.isEnabledFor(logging.DEBUG):
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 280 if logger.isEnabledFor(level):
    [all...]
  /external/python/cpython2/Lib/lib2to3/
refactor.py 606 if self.logger.isEnabledFor(logging.DEBUG):
  /external/python/cpython3/Lib/lib2to3/
refactor.py 603 if self.logger.isEnabledFor(logging.DEBUG):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 606 if self.logger.isEnabledFor(logging.DEBUG):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 606 if self.logger.isEnabledFor(logging.DEBUG):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 606 if self.logger.isEnabledFor(logging.DEBUG):

Completed in 1331 milliseconds

1 2