HomeSort by relevance Sort by last modified time
    Searched full:loggers (Results 1 - 22 of 22) sorted by null

  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogManager.java 108 * Besides global properties, the properties for loggers and Handlers can be
110 * with the complete dot separated names for the handlers or loggers.
113 * {@code Loggers} are organized based on their dot separated names. For
116 * Levels for {@code Loggers} can be defined by properties whose name end
186 private Hashtable<String, Logger> loggers; field in class:LogManager
234 loggers = new Hashtable<String, Logger>();
284 * registered loggers. In order to prevent {@code Logger} objects from being
296 if (null != loggers.get(name)) {
300 loggers.put(name, logger);
312 parent = loggers.get(parentName)
    [all...]
Logger.java 42 * Loggers are used to log records to certain outputs, including file, console,
46 * Client applications can get named loggers by calling the {@code getLogger}
47 * methods. They can also get anonymous loggers by calling the
48 * {@code getAnonymousLogger} methods. Named loggers are organized in a
51 * dot-separated strings. Anonymous loggers do not belong to any namespace.
53 * Loggers "inherit" log level setting from their parent if their own level is
57 * returns {@code true}, loggers also inherit their parent's handlers. In this
147 * anonymous loggers} are unnamed.
152 * Child loggers. Should be accessed only while synchronized on {@code
238 * Notice : Loggers use a naming hierarchy. Thus "z.x.y" is a child of "z.x"
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DalvikLogging.java 29 * Traditionally loggers are named by fully-qualified Java classes; this
  /external/opencore/oscl/oscl/osclbase/src/
pvlogger_registry.h 32 * PVLoggerRegistry class, maintains a repository of all the loggers, along with
38 * destructor on each of these loggers.
pvlogger.h 360 * class, maintains a repository of all the loggers, along with their
400 * certain input tag. There is a central registry of all the loggers,
  /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/opencore/nodes/pvcommsionode/src/
pv_comms_io_node_port.h 170 // Rx/Tx bitstream loggers;
  /external/opencore/doc/oscl_html/
classPVLoggerRegistry.html 29 PVLoggerRegistry class, maintains a repository of all the loggers, along with their associated tags, in a tag tree. Any request for a log control point is serviced by this class.
31 Memory Ownership: Creates log control points for each tag, and holds these pointers in the tag tree. <a class="el" href="classPVLogger.html">PVLogger</a> registry is responsible for calling the destructor on each of these loggers.
classPVLogger.html 382 This is a factory method to create a log control point, with a certain input tag. There is a central registry of all the loggers, with their corresponding tags, called PV Logger Registry. In case the logger with the specified tag exists in the global registry, it is returned, else a new one is created and a pointer to the same is returend.<dl compact><dt><b>Parameters: </b></dt><dd>
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
package.html 197 references to multiple loggers that are used for different
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.h 361 /* Loggers */
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_node.h 472 * Loggers, Error Trap, Allocator
  /external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_node.h 524 //Loggers
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 36 * for all defined loggers, to System.err. The following system properties
LogFactoryImpl.java 351 logDiagnostic("Releasing all known loggers");
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h 399 /* Loggers */
    [all...]
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_node.h     [all...]
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java     [all...]
LogManagerTest.java 526 assertSame("two loggers not refer to the same object", foo, log);
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp 103 //Initialize loggers
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 303 milliseconds