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

1 2 3 4 5

  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
SubstituteLoggerFactory.java 43 final ConcurrentMap<String, SubstituteLogger> loggers = new ConcurrentHashMap<String, SubstituteLogger>(); field in class:SubstituteLoggerFactory
46 SubstituteLogger logger = loggers.get(name);
49 SubstituteLogger oldLogger = loggers.putIfAbsent(name, logger);
57 return new ArrayList<String>(loggers.keySet());
61 return new ArrayList<SubstituteLogger>(loggers.values());
65 loggers.clear();
  /packages/apps/Camera2/src/com/android/camera/device/
CameraModuleHelper.java 22 import com.android.camera.debug.Loggers;
35 return new LegacyCameraActionProvider(handlerFactory, Loggers.tagFactory());
42 AndroidContext.instance().get(), Loggers.tagFactory());
52 Loggers.tagFactory());
  /external/jetty/src/resources/org/eclipse/jetty/util/log/jmx/
Log-mbean.properties 2 loggers:MBean: List of all instantiated loggers
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
LoggerRepository.java 25 * <code>Loggers</code>. The relation between loggers in a repository
26 * depends on the repository but typically loggers are arranged in a
30 * <code>LoggerRepository</code> can be queried for existing loggers,
31 * can act as a point of registry for events related to loggers.
  /external/libphonenumber/demo/war/WEB-INF/
logging.properties 12 # Set the default logging level for all loggers to WARNING
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Log4jLoggerFactory.java 26 * This class is a factory that creates and maintains org.apache.log4j.Loggers
27 * wrapping org.slf4j.Loggers.
30 * all newly created instances are not duplicates of existing loggers.
  /external/slf4j/slf4j-migrator/
LIMITATIONS.txt 13 - if a method declares multiple loggers on the same line, the conversion will not be complete. Example:
  /packages/apps/Camera2/src/com/android/camera/debug/
Loggers.java 25 * Set of commonly used loggers.
28 public class Loggers {
57 * Creates loggers that eat all input and does nothing.
81 * Creates loggers that use tag objects to write to standard android log
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageDistributorFactory.java 25 import com.android.camera.debug.Loggers;
46 mImageDistributor = new ImageDistributorImpl(Loggers.tagFactory(), globalTimestampStream);
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 177 """Create and install loggers"""
180 llist = cp.get("loggers", "keys")
201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
211 #avoid disabling child loggers of explicitly
212 #named loggers. With a sorted list it is easier
213 #to find the child loggers.
215 #We'll keep the list of existing loggers
216 #which are children of named loggers here..
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 177 """Create and install loggers"""
180 llist = cp.get("loggers", "keys")
201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
211 #avoid disabling child loggers of explicitly
212 #named loggers. With a sorted list it is easier
213 #to find the child loggers.
215 #We'll keep the list of existing loggers
216 #which are children of named loggers here..
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 177 """Create and install loggers"""
180 llist = cp.get("loggers", "keys")
201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
211 #avoid disabling child loggers of explicitly
212 #named loggers. With a sorted list it is easier
213 #to find the child loggers.
215 #We'll keep the list of existing loggers
216 #which are children of named loggers here..
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 177 """Create and install loggers"""
180 llist = cp.get("loggers", "keys")
201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
211 #avoid disabling child loggers of explicitly
212 #named loggers. With a sorted list it is easier
213 #to find the child loggers.
215 #We'll keep the list of existing loggers
216 #which are children of named loggers here..
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Logging.java 58 Enumeration loggers = logManager.getLoggerNames(); local
61 for (; loggers.hasMoreElements();) {
62 array.add((String) loggers.nextElement());
LogManager.java 41 * maintain a set of shared state about Loggers and log services.
46 * named Loggers are stored in this namespace.
91 * The properties for loggers and Handlers will have names starting
130 * Loggers are organized into a naming hierarchy based on their
135 * log levels for Loggers. Thus "foo.level" defines a log level for
157 // LoggerContext for system loggers and user loggers
290 // Platform loggers begin to delegate to java.util.logging.Logger
343 // Loggers are isolated from each AppContext.
403 // System loggers are visible to applications unless a logger o
    [all...]
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 7 * interface that loggers should implement so that the stack can log to various
8 * loggers impl such as log4j, commons logging, sl4j, ...
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogging.java 29 * Traditionally loggers are named by fully-qualified Java classes; this
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
LoggerFactory.java 43 * The <code>LoggerFactory</code> is a utility class producing Loggers for
177 List<SubstituteLogger> loggers = TEMP_FACTORY.getLoggers(); local
179 if (loggers.isEmpty()) {
183 Util.report("The following set of substitute loggers may have been accessed");
186 Util.report("loggers will work as normally expected.");
188 for (SubstituteLogger subLogger : loggers) {
  /external/guice/core/test/com/google/inject/
LoggerInjectionTest.java 12 * Test built-in injection of loggers.
  /external/slf4j/integration/src/test/java/integrator/
Activator.java 34 * A BundleActivator which invokes slf4j loggers
  /external/slf4j/slf4j-simple/src/test/resources/
simplelogger.properties 2 # Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 74 # Set two unused loggers: one non-ASCII and one Unicode.
76 # loggers in the configuration code. See issue 8201.
217 #Logging levels in a nested namespace, inherited from parent loggers.
513 [loggers]
539 [loggers]
571 [loggers]
609 [loggers]
639 [loggers]
681 [loggers]
718 [loggers]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 74 # Set two unused loggers: one non-ASCII and one Unicode.
76 # loggers in the configuration code. See issue 8201.
217 #Logging levels in a nested namespace, inherited from parent loggers.
513 [loggers]
539 [loggers]
571 [loggers]
609 [loggers]
639 [loggers]
681 [loggers]
718 [loggers]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 74 # Set two unused loggers: one non-ASCII and one Unicode.
76 # loggers in the configuration code. See issue 8201.
217 #Logging levels in a nested namespace, inherited from parent loggers.
513 [loggers]
539 [loggers]
571 [loggers]
609 [loggers]
639 [loggers]
681 [loggers]
718 [loggers]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 74 # Set two unused loggers: one non-ASCII and one Unicode.
76 # loggers in the configuration code. See issue 8201.
217 #Logging levels in a nested namespace, inherited from parent loggers.
513 [loggers]
539 [loggers]
571 [loggers]
609 [loggers]
639 [loggers]
681 [loggers]
718 [loggers]
    [all...]

Completed in 1089 milliseconds

1 2 3 4 5