HomeSort by relevance Sort by last modified time
    Searched defs:logging (Results 101 - 125 of 282) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/logging/
Handler.java 27 package java.util.logging;
33 * or write them to a file, or send them to a network logging service,
81 * The logging request was made initially to a <tt>Logger</tt> object,
254 * logging, but to limit the messages that are sent to certain
285 * handler from logging the <tt>LogRecord</tt>. It will return false if
MemoryHandler.java 27 package java.util.logging;
77 * <li> java.util.logging.MemoryHandler.level=INFO </li>
78 * <li> java.util.logging.MemoryHandler.formatter=java.util.logging.SimpleFormatter </li>
84 * <li> com.foo.MyHandler.formatter=java.util.logging.SimpleFormatter </li>
XMLFormatter.java 27 package java.util.logging;
37 * Java Logging APIs specification.
  /libcore/ojluni/src/main/java/sun/util/logging/
LoggingSupport.java 27 package sun.util.logging;
35 * Internal API to support JRE implementation to detect if the java.util.logging
36 * support is available but with no dependency on the java.util.logging
38 * access the java.util.logging functionality that requires the caller
39 * to ensure that the logging support is {@linkplain #isAvailable available}
42 * @see sun.util.logging.PlatformLogger if you want to log messages even
43 * if the logging support is not available
53 // java.util.logging classes exist
54 Class<?> c = Class.forName("java.util.logging.LoggingProxyImpl", true, null);
68 * Returns true if java.util.logging support is available
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 16 package com.android.contacts.logging;
QuickContactEvent.java 16 package com.android.contacts.logging;
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
LoggerUtils.java 16 package com.android.launcher3.logging;
41 * Helper methods for logging.
FileLog.java 1 package com.android.launcher3.logging;
27 * Note: This should only be used for logging errors which have a persistent effect on user's data,
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
25 import java.util.logging.ErrorManager;
26 import java.util.logging.Filter;
27 import java.util.logging.Formatter;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogManager;
31 import java.util.logging.LogRecord;
32 import java.util.logging.LoggingPermission
    [all...]
LevelTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.Level;
334 ResourceBundle rb = ResourceBundle.getBundle("bundles/com/android/java/util/logging/res");
336 "bundles/com/android/java/util/logging/res");
341 "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
343 "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
ConsoleHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
26 import java.util.logging.ConsoleHandler;
27 import java.util.logging.Filter;
28 import java.util.logging.Formatter;
29 import java.util.logging.Handler;
30 import java.util.logging.Level;
31 import java.util.logging.LogManager;
32 import java.util.logging.LogRecord;
33 import java.util.logging.LoggingPermission
    [all...]
MemoryHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
26 import java.util.logging.Filter;
27 import java.util.logging.Formatter;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogManager;
31 import java.util.logging.LogRecord;
32 import java.util.logging.LoggingPermission;
33 import java.util.logging.MemoryHandler
    [all...]
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...]
FileHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
31 import java.util.logging.FileHandler;
32 import java.util.logging.Filter;
33 import java.util.logging.Formatter;
34 import java.util.logging.Handler;
35 import java.util.logging.Level;
36 import java.util.logging.LogManager;
37 import java.util.logging.LogRecord;
38 import java.util.logging.XMLFormatter
    [all...]
  /external/ImageMagick/coders/
djvu.c 573 int logging;
584 logging=LogMagickEvent(CoderEvent,GetMagickModule(), " enter ReadOneDJVUImage()");
585 (void) logging;
756 logging,
782 logging = LogMagickEvent(CoderEvent,GetMagickModule(),"enter ReadDJVUImage()");
783 (void) logging;
893 if (logging != MagickFalse)
899 if (logging != MagickFalse)
570 int logging; local
753 logging, local
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 17 package org.apache.commons.logging;
70 * to specify whether logging classes should be loaded via the thread
76 * The name (<code>org.apache.commons.logging.LogFactory</code>) of the property
82 "org.apache.commons.logging.LogFactory";
89 "org.apache.commons.logging.impl.LogFactoryImpl";
92 * The name (<code>commons-logging.properties</code>) of the properties file to search for.
95 "commons-logging.properties";
103 "META-INF/services/org.apache.commons.logging.LogFactory";
106 * The name (<code>org.apache.commons.logging.diagnostics.dest</code>)
107 * of the property used to enable internal commons-logging
    [all...]
  /external/jarjar/lib/
maven-plugin-api.jar 
  /external/libchrome/base/
logging_unittest.cc 6 #include "base/logging.h"
27 namespace logging { namespace
492 // defined by logging.h. This can fail if operator<<(ostream, wstring) can't be
511 } // namespace logging
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 16 package com.squareup.okhttp.logging;
24 import com.squareup.okhttp.logging.HttpLoggingInterceptor.Level;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLog.java 193 String logging = System.getProperty("robolectric.logging"); local
194 if (logging != null && stream == null) {
196 if ("stdout".equalsIgnoreCase(logging)) {
198 } else if ("stderr".equalsIgnoreCase(logging)) {
202 final PrintStream file = new PrintStream(new FileOutputStream(logging), true);
  /frameworks/base/core/java/android/os/
Looper.java 167 final Printer logging = me.mLogging; local
168 if (logging != null) {
169 logging.println(">>>>> Dispatching to " + msg.target + " " +
218 if (logging != null) {
219 logging.println("<<<<< Finished to " + msg.target + " " + msg.callback);
280 * Control logging of messages as they are processed by this Looper. If
286 * null to disable message logging.
  /frameworks/base/core/java/android/util/
AtomicFile.java 163 com.android.internal.logging.EventLogTags.writeCommitSysConfigFile(
  /packages/apps/Camera2/src_pd/com/google/common/logging/
eventprotos.java 18 package com.google.common.logging;
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/
maven-plugin-api-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/
maven-shared-io-1.1.jar 

Completed in 683 milliseconds

1 2 3 45 6 7 8 91011>>