HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 226 - 250 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/markdown/
__init__.py 49 import logging namespace
50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
63 # default logging level for command-line use
104 """ A wrapper method for logging debug messages. """
105 logger = logging.getLogger('MARKDOWN')
  /bionic/libc/kernel/common/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 25 import java.util.logging.Logger;
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 32 import java.util.logging.Logger;
RssContentProvider.java 31 import java.util.logging.Logger;
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 17 package org.apache.commons.logging.impl;
28 import org.apache.commons.logging.Log;
29 import org.apache.commons.logging.LogConfigurationException;
30 import org.apache.commons.logging.LogFactory;
35 * following algorithm to dynamically select a logging implementation
39 * <code>org.apache.commons.logging.Log</code> to identify the
41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property
44 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li>
46 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li>
48 * <code>org.apache.commons.logging.impl.SimpleLog</code>.</li
    [all...]
  /external/chromium/base/
vlog.cc 8 #include "base/logging.h"
12 namespace logging { namespace
83 // number of dependencies the logging system has.
  /external/chromium/net/disk_cache/
stress_cache.cc 32 #include "base/logging.h"
228 logging::SetLogAssertHandler(CrashHandler);
  /external/chromium/net/tools/testserver/
device_management.py 43 import logging namespace
122 logging.debug('auth -> ' + self._headers.getheader('Authorization', ''))
123 logging.debug('deviceid -> ' + self.GetUniqueParam('deviceid'))
541 """Helper for logging an ASCII dump of a protobuf message."""
542 logging.debug('%s\n%s' % (label, str(msg)))
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 13 import com.vladium.logging.Logger;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
ChainedData.java 22 import java.util.logging.Logger;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 30 import java.util.logging.Logger;
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 18 package java.util.logging;
24 * A {@code Handler} object accepts a logging request and exports the desired
26 * disabled by setting its logging level to {@code Level.OFF}.
32 // the error manager to report errors during logging
38 // the logging level
52 * {@code ErrorManager}, the default encoding, and the default logging
163 * Accepts a logging request and sends it to the the target.
182 * logging.
201 * Gets the formatter used by this handler to format the logging messages.
210 * Gets the logging level of this handler, records with levels lower tha
    [all...]
Level.java 18 package java.util.logging;
32 * {@code Level} objects are used to indicate the level of logging. There are a
33 * set of predefined logging levels, each associated with an integer value.
34 * Enabling a certain logging level also enables all logging levels with larger
39 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no
49 * The OFF level provides no logging messages.
89 * The ALL level provides all logging messages.
LogRecord.java 18 package java.util.logging;
28 * A {@code LogRecord} object represents a logging request. It is passed between
29 * the logging framework and individual logging handlers. Client applications
31 * logging framework.
62 * The logging level.
76 * The name of the class that issued the logging call.
83 * The name of the method that issued the logging call.
97 * The ID of the thread that issued the logging call.
141 * Constructs a {@code LogRecord} object using the supplied the logging
    [all...]
StreamHandler.java 18 package java.util.logging;
33 * <li>java.util.logging.StreamHandler.encoding specifies the encoding this
36 * <li>java.util.logging.StreamHandler.filter specifies the name of the filter
39 * <li>java.util.logging.StreamHandler.formatter specifies the name of the
41 * {@code java.util.logging.SimpleFormatter}.
42 * <li>java.util.logging.StreamHandler.level specifies the logging level.
64 initProperties("INFO", null, "java.util.logging.SimpleFormatter", null);
270 * Accepts a logging request. The log record is formatted and written to the
273 * <li>the supplied log record has at least the required logging level
    [all...]
XMLFormatter.java 18 package java.util.logging;
26 * specified in Appendix A to the Java Logging APIs specification is used.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 138 unsigned char logging; /* Control connection logging */ member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 89 unsigned char logging; member in struct:wan_x25_conf

Completed in 1681 milliseconds

1 2 3 4 5 6 7 8 91011>>