HomeSort by relevance Sort by last modified time
    Searched full:loggers (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerFactory.java 63 * Traditionally loggers are named by fully-qualified Java classes; this
AndroidLoggerAdapter.java 51 * <p>Use loggers as usual:
  /system/core/logd/tests/
logd_test.cpp 308 static const char *loggers[] = { local
315 for (unsigned int i = 0; i < (sizeof(loggers) / sizeof(loggers[0])); ++i) {
316 fd = open(loggers[i], O_RDONLY);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 124 # loggers are initialized with NOTSET so that they will log all messages, even
203 #The same argument applies to Loggers and Manager.loggerDict.
540 Loggers and Handlers can optionally use Filter instances to filter
543 initialized with "A.B" will allow events logged by loggers "A.B",
575 A base class for loggers and handlers which allows them to share
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 124 # loggers are initialized with NOTSET so that they will log all messages, even
203 #The same argument applies to Loggers and Manager.loggerDict.
540 Loggers and Handlers can optionally use Filter instances to filter
543 initialized with "A.B" will allow events logged by loggers "A.B",
575 A base class for loggers and handlers which allows them to share
    [all...]
  /external/slf4j/slf4j-site/src/site/pages/
codes.html 450 <h3 class="doAnchor" name="substituteLogger" >Substitute loggers
455 may create components which invoke loggers during their own
464 loggers during this phase (initialization). Calls made to the
465 substitute loggers during this phase are simply dropped. After the
473 listing of such loggers. This list is intended to let you know
474 that any logging calls made to these loggers during initialization
faq.html 139 <li><a href="#noLoggerFactory">Is it possible to retrieve loggers
178 for declaring a loggers in a class?</a></li>
    [all...]
migrator.html 138 <li>if a method declares multiple loggers on the same line, the
news.html 85 incorrectly named loggers</a> by setting the
90 loggers</a> by setting the
137 <p>Loggers created during the initialization phase are no longer
139 SLF4J now creates substitute loggers which delegate to the
141 completes. Only calls made to these loggers during the
709 created or invoked loggers, a <code>NullPointerException</code>
725 loggers with resourceBundle as well parameters. This feature
753 71</a> which was re-opened by Manfred Geiler. SLF4J loggers now
    [all...]
legacy.html 188 consisting of several thousand loggers. Moreover, if you choose
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 44 // use method-scoped loggers everywhere in RT:
RT.java 240 // use method-scoped loggers in RT:
  /external/google-breakpad/src/common/mac/
GTMLogger.h 111 // Standard loggers are created with the GTMLogLevelFilter log filter, which
125 // Standard Loggers
127 // GTMLogger has the concept of "standard loggers". A standard logger is simply
129 // and filter combination. Standard loggers are created using the creation
GTMLogger.m 94 // as a writer. Our inner loggers should apply no formatting since the main
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
package.html 112 references to multiple loggers that are used for different
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 464 "/data/data/com.htc.loggers/bin",
465 "/data/data/com.htc.loggers/data",
466 "/data/data/com.htc.loggers/htclog",
467 "/data/data/com.htc.loggers/tmp",
468 "/data/data/com.htc.loggers/htcghost",
    [all...]
  /packages/apps/Camera2/src/com/android/camera/device/
MultiCameraDeviceLifecycle.java 26 import com.android.camera.debug.Loggers;
70 Loggers.tagFactory());
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 100 assertSame("two loggers not refer to the same object", foo, log);
  /external/apache-http/src/org/apache/commons/logging/
package.html 197 references to multiple loggers that are used for different
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 305 * Function enter exit loggers
  /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java 67 * <p>Once SLF4JBridgeHandler is installed, logging by j.u.l. loggers will be directed to
  /external/jetty/src/java/org/eclipse/jetty/util/log/
Log.java 74 * Hold loggers only.
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/
slf4j-api-1.7.7.jar 
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 36 * for all defined loggers, to System.err. The following system properties

Completed in 298 milliseconds

12 3 4