| /dalvik/libcore/logging/src/main/java/java/util/logging/ |
| Logger.java | 18 package java.util.logging; 29 import org.apache.harmony.logging.internal.nls.Messages; 68 * source method. In these cases, the logging framework will automatically infer 71 * Once a {@code LogRecord} object has been passed into the logging framework, 72 * it is owned by the logging framework and the client applications should not 110 /** The logging level of this logger, or null if none is set. */ 114 * The effective logging level of this logger. In order of preference this 118 * <li>the logging level of the parent 128 * The resource bundle used to localize logging messages. If null, no 158 /** the tag used for optimized logging. Derived from the logger name. * [all...] |
| /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| OpenSSLSocketImpl.java | 34 import java.util.logging.Level; 35 import java.util.logging.Logger; 273 * before logging is ready. [all...] |
| /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/ |
| ExpatParser.java | 35 import java.util.logging.Logger; 36 import java.util.logging.Level;
|
| /external/apache-http/src/org/apache/commons/logging/ |
| LogFactory.java | 17 package org.apache.commons.logging; 65 * to specify whether logging classes should be loaded via the thread 71 * The name (<code>org.apache.commons.logging.LogFactory</code>) of the property 77 "org.apache.commons.logging.LogFactory"; 84 "org.apache.commons.logging.impl.LogFactoryImpl"; 87 * The name (<code>commons-logging.properties</code>) of the properties file to search for. 90 "commons-logging.properties"; 98 "META-INF/services/org.apache.commons.logging.LogFactory"; 101 * The name (<code>org.apache.commons.logging.diagnostics.dest</code>) 102 * of the property used to enable internal commons-logging [all...] |
| /external/sonivox/jet_tools/JetCreator/ |
| JetCreator.py | [all...] |
| midifile.py | 23 import logging
namespace 188 midi_file_logger = logging.getLogger('MIDI_file')
189 midi_file_logger.setLevel(logging.NOTSET)
[all...] |
| JetAudition.py | 203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
501 logging.info("Waiting on shutdown %d" % (self.GetThreadShutdownFlag()))
|
| JetSegGraph.py | 25 import logging
namespace
|
| /dalvik/libcore/sql/src/test/java/tests/java/sql/ |
| StressTest.java | 33 import java.util.logging.Logger;
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| ClassPathProcessorST.java | 24 import com.vladium.logging.Logger;
|
| InstrClassLoader.java | 22 import com.vladium.logging.Logger;
|
| AppRunner.java | 21 import com.vladium.logging.Logger; [all...] |
| /external/emma/core/java12/com/vladium/logging/ |
| Logger.java | 9 package com.vladium.logging; 28 * A simple Java version-independent logging framework. Each Logger is also 30 * logging verbosity level etc. In general, a Logger is looked up as an 32 * logging configurations in a way that seems difficult with log4j.<P> 36 * threads that are guaranteed to share the same logging context). [This is 123 * A quick method to determine if logging is enabled at a given level. 125 * log() or convenience logging methods directly incurs significant
|
| /dalvik/libcore/support/src/test/java/tests/support/ |
| Support_TestWebServer.java | 25 import java.util.logging.Logger; 72 /* Switch on/off logging */ 149 * Print to the log file (if logging enabled)
|
| /frameworks/base/tests/CoreTests/android/core/ |
| MiscRegressionTest.java | 37 import java.util.logging.Logger; 104 Logger.global.severe("This has logging Level.SEVERE, should become ERROR"); 105 Logger.global.warning("This has logging Level.WARNING, should become WARN"); 106 Logger.global.info("This has logging Level.INFO, should become INFO"); 107 Logger.global.config("This has logging Level.CONFIG, should become DEBUG"); 108 Logger.global.fine("This has logging Level.FINE, should become VERBOSE"); 109 Logger.global.finer("This has logging Level.FINER, should become VERBOSE"); 110 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
|
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultRequestDirector.java | 42 import org.apache.commons.logging.Log; 43 import org.apache.commons.logging.LogFactory; [all...] |
| /dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
| JUnitTestCaseAdapter.java | 24 import java.util.logging.Logger;
|
| /dalvik/libcore/security/src/test/java/tests/api/javax/security/cert/ |
| X509CertificateTest.java | 56 import java.util.logging.Logger;
|
| /external/emma/core/java12/com/vladium/emma/data/ |
| DataFactory.java | 29 import com.vladium.logging.Logger;
|
| /prebuilt/sdk/7/ |
| android.jar | |
| /prebuilt/sdk/8/ |
| android.jar | |
| /prebuilt/sdk/5/ |
| android.jar | |
| /external/emma/lib/ |
| emma.jar | |
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrProcessorST.java | 33 import com.vladium.logging.Logger; [all...] |
| /frameworks/base/ |
| Android.mk | 310 logging/src/main/java/java \
|