HomeSort by relevance Sort by last modified time
    Searched defs:LogManager (Results 1 - 25 of 44) sorted by null

1 2

  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
LogManager.java 27 * <code>org.apache.log4j.LogManager</code> class (as found in log4j 1.2)
38 public class LogManager {
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
LoggingConfigLoader.java 34 import java.util.logging.LogManager;
49 private final LogManager logManager;
52 @Inject LoggingConfigLoader(@CaliperDirectory File caliperDirectory, LogManager logManager,
55 this.logManager = logManager;
66 logManager.readConfiguration(fis);
81 maybeLoadDefaultLogConfiguration(LogManager.getLogManager());
90 @VisibleForTesting void maybeLoadDefaultLogConfiguration(LogManager logManager
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java 74 * of the LogManager class. However it may also be dynamically changed
206 * <b>Subclassing Information:</b> Note that a LogManager class may
209 * are implemented in conjunction with a new LogManager class) should
210 * take care to obtain a Logger instance from the LogManager class and
257 private volatile LogManager manager;
277 private ArrayList<LogManager.LoggerWeakRef> kids; // WeakReferences to loggers that have us as parent
297 // In order to break a cyclic dependence between the LogManager
304 // LogManager class has not been initialized yet, and therefore
308 // will therefore call LogManager.getLogManager() here.
311 // LogManager.getLogManager() unconditionally here
    [all...]
LogManager.java 41 * There is a single global LogManager object that is used to
44 * This LogManager object:
53 * The global LogManager object can be retrieved using LogManager.getLogManager().
54 * The LogManager object is created during class initialization and
57 * At startup the LogManager class is located using the
60 * The LogManager defines two optional system properties that allow control over
75 * to define properties in the LogManager.
82 * If neither of these properties is defined then the LogManager uses its
121 * Note that all classes loaded during LogManager configuration ar
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 32 import java.util.logging.LogManager;
49 LogManager mockManager;
51 LogManager manager = LogManager.getLogManager();
172 // whenever a logger is added to a LogManager, hierarchy will be updated
188 // but for non-mock LogManager, foo's parent should be root
193 // if we add one logger to two LogManager, parent will changed
294 // add root to mock logmanager and it works as "root" logger
307 // try to add root logger to non-mock LogManager, no effect
313 // mock LogManager has no default logge
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /external/annotation-tools/asmx/test/lib/
log4j-1.2.9.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 248 milliseconds

1 2