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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/http-client/src/
commons-logging-1.1.1-src.zip 
  /external/apache-harmony/logging/src/test/resources/config/java/util/logging/
logging.config 1 handlers=org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler
3 org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
  /libcore/luni/src/test/resources/config/java/util/logging/
logging.config 1 handlers=org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler
3 org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
logging.properties 1 handlers=libcore.java.util.logging.OldLogManagerTest$MockHandler java.util.logging.ConsoleHandler
3 libcore.java.util.logging.OldLogManagerTest$MockHandler.level=OF
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/
logging.properties 1 # A default java.util.logging configuration.
2 # (All App Engine logging is through java.util.logging by default).
8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
12 # Set the default logging level for all loggers to WARNING
appengine-web.xml 6 <!-- Configure java.util.logging -->
8 <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
  /external/apache-http/src/org/apache/commons/logging/
ThirdPartyProject.prop 6 feedurl=http\://commons.apache.org/logging/RELEASE-NOTES.txt
8 keywords=apache commons logging
10 homepage=http\://commons.apache.org/logging/
package.html 20 <p>Simple wrapper API around multiple logging APIs.</p>
25 <p>This package provides an API for logging in server-based applications that
26 can be used around a variety of different logging implementations, including
29 <li><a href="http://logging.apache.org/log4j/">Log4J</a> (version 1.2 or later)
32 <li><a href="http://java.sun.com/j2se/1.4/docs/guide/util/logging/index.html">
33 JDK Logging API</a>, included in JDK 1.4 or later systems. Each named
35 <code>java.util.logging.Logger</code> instance.</li>
54 import org.apache.commons.logging.Log;
55 import org.apache.commons.logging.LogFactory;
77 this page in order to understand how to configure logging for you
    [all...]
  /external/chromium/googleurl/base/
README.txt 2 to eliminate the dependency on logging.h.
  /external/nist-sip/java/gov/nist/core/
package.html 4 include classes for basic parser and lexer functionality and logging
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 20 import java.util.logging.Logger;
29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
30 Logger.global.warning("This has logging Level.WARNING, should become WARN");
31 Logger.global.info("This has logging Level.INFO, should become INFO");
32 Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
34 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
35 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
AndroidLogHandler.java 4 import java.util.logging.Handler;
5 import java.util.logging.Level;
6 import java.util.logging.LogRecord;
7 import java.util.logging.Logger;
10 * Converts from Java based logging ({@link Logger} to Android based
11 * logging {@link Log}.
  /frameworks/base/core/java/com/android/internal/logging/
AndroidConfig.java 17 package com.android.internal.logging;
19 import java.util.logging.Level;
20 import java.util.logging.Logger;
23 * Implements the java.util.logging configuration for Android. Activates a log
29 * This looks a bit weird, but it's the way the logging config works: A
41 // Turn down logging in Apache libraries.
AndroidHandler.java 17 package com.android.internal.logging;
25 import java.util.logging.Formatter;
26 import java.util.logging.Handler;
27 import java.util.logging.Level;
28 import java.util.logging.LogRecord;
29 import java.util.logging.Logger;
32 * Implements a {@link java.util.logging.Logger} handler that writes to the Android log. The
135 Log.e("AndroidHandler", "Error logging message.", e);
149 Log.e("AndroidHandler", "Error logging message.", e);
154 * Converts a {@link java.util.logging.Logger} logging level into an Android one
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
29 import java.util.logging.Filter;
30 import java.util.logging.Formatter;
31 import java.util.logging.Handler;
32 import java.util.logging.Level;
33 import java.util.logging.LogManager;
34 import java.util.logging.LogRecord;
35 import java.util.logging.LoggingPermission;
36 import java.util.logging.SocketHandler
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 18 package libcore.java.util.logging;
25 import java.util.logging.Filter;
26 import java.util.logging.Handler;
27 import java.util.logging.Level;
28 import java.util.logging.LogManager;
29 import java.util.logging.LogRecord;
30 import java.util.logging.MemoryHandler;
61 props.put("java.util.logging.MemoryHandler.level", "FINE");
62 props.put("java.util.logging.MemoryHandler.filter", baseClassName + "$MockFilter");
63 props.put("java.util.logging.MemoryHandler.size", "2")
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 18 package org.apache.commons.logging.impl;
22 import java.util.logging.Level;
23 import java.util.logging.Logger;
25 import org.apache.commons.logging.Log;
29 * <p>Implementation of the <code>org.apache.commons.logging.Log</code>
30 * interface that wraps the standard JDK logging mechanisms that were
107 * Logs a message with <code>java.util.logging.Level.FINE</code>.
110 * @see org.apache.commons.logging.Log#debug(Object)
118 * Logs a message with <code>java.util.logging.Level.FINE</code>.
122 * @see org.apache.commons.logging.Log#debug(Object, Throwable
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils.py 23 """Supports webkitpy logging."""
25 # FIXME: Move this file to webkitpy/python24 since logging needs to
28 import logging namespace
35 _log = logging.getLogger(__name__)
65 # _log = logging.getLogger(__name__)
71 """Return a logging.logger for the given path.
125 return logging.getLogger(logger_name)
129 """Return a list of the default logging handlers to use.
137 """Return whether a logging.LogRecord should be logged."""
138 # FIXME: Enable the logging of autoinstall messages onc
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /libcore/luni/src/main/java/java/util/logging/
logging.properties 18 # Default logging property file.
19 # This file is used by java.util.logging package as default settings, users can
20 # specify another file instead with java.util.logging.config.file system
23 # You can refer to JavaDoc of java.util.logging package for more information
34 # java.util.logging.ConsoleHandler.
38 # logging framework initialization. The list should be white space separated.
42 # handlers=java.util.logging.ConsoleHandler java.util.logging.SocketHandler
44 handlers=java.util.logging.ConsoleHandler
47 # during logging package initialization, which may contain some code to set the
    [all...]
  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 30 import logging namespace
59 logging.debug("Dashboard file saved, name: %s.", name)
65 logging.debug("Grab file from SVN, name: %s.", name)
69 logging.info("Grab file from SVN, url: %s.", url)
73 logging.error("Failed to grab dashboard file: %s.", url)
78 logging.error("Failed to grab dashboard file: %s", str(e))
80 logging.error("Failed to grab dashboard file: %s", str(e))
90 logging.info("Got file from SVN.")
94 logging.info("No existing file, added as new file.")
99 logging.debug("Updating existing file."
    [all...]
  /frameworks/base/tests/DumpRenderTree2/assets/
run_layout_tests.py 12 import logging namespace
44 logging.info("Running the tests...")
45 logging.debug("Command = %s" % cmd)
48 logging.info("Failed to start tests:\n%s", stderrdata)
51 logging.info("Failed to run the tests. Is DumpRenderTree2 installed on the device?")
54 logging.info("DumpRenderTree2 failed to run correctly:\n%s", stdoutdata)
57 logging.info("Downloading the summaries...")
72 logging.info("All done.\n")
75 logging.info("")
90 logging.basicConfig(level=logging.INFO, format='%(message)s'
    [all...]
  /external/javassist/sample/hotswap/
Test.java 9 File newfile = new File("logging/HelloWorld.class");
12 System.out.println("** reload a logging version");

Completed in 793 milliseconds

1 2 3 4 5 6 7 8 91011>>