/libcore/luni/src/main/java/java/util/logging/ |
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.
|
MemoryHandler.java | 18 package java.util.logging; 36 * java.util.logging.MemoryHandler.push. 42 * <li>java.util.logging.MemoryHandler.filter specifies the {@code Filter} 44 * <li>java.util.logging.MemoryHandler.level specifies the level for this 46 * <li>java.util.logging.MemoryHandler.push specifies the push level, defaults 48 * <li>java.util.logging.MemoryHandler.size specifies the buffer size in number 50 * <li>java.util.logging.MemoryHandler.target specifies the class of the target 122 initProperties("ALL", null, "java.util.logging.SimpleFormatter", null); 153 initProperties("ALL", null, "java.util.logging.SimpleFormatter", null);
|
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); 267 * Accepts a logging request. The log record is formatted and written to the 270 * <li>the supplied log record has at least the required logging level [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
Logger.java | 17 package com.example.android.voicemail.common.logging; 22 * Simplifies usage of Android logging class {@link Log} by abstracting the TAG field that is 23 * required to be passed to every logging method. Also, allows automatic insertion of the owner
|
/external/chromium_org/build/ |
landmine_utils.py | 7 import logging namespace 22 if logging.getLogger().isEnabledFor(logging.INFO):
|
/external/chromium_org/chrome/browser/net/ |
chrome_net_log.cc | 10 #include "base/logging.h" 40 // Much like logging.h, bypass threading restrictions by using fopen 55 << " for net logging";
|
/external/chromium_org/chrome/test/logging/win/ |
log_file_reader.h | 17 #include "base/logging.h" 45 logging::LogSeverity severity, 50 logging::LogSeverity severity,
|
/external/chromium_org/sync/api/ |
sync_error.cc | 10 #include "base/logging.h" 129 LAZY_STREAM(logging::LogMessage(location_->file_name(), 131 logging::LOG_ERROR).stream(),
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
Logging.java | 32 /** Java wrapper for WebRTC & libjingle logging. */ 33 public class Logging { 62 // Keep in sync with talk/base/logging.h:LoggingSeverity.
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogRecordTest.java | 18 package libcore.java.util.logging; 20 import java.util.logging.Level; 21 import java.util.logging.LogRecord;
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 22 import com.android.emailcommon.Logging; 107 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " + 129 LogUtils.d(Logging.LOG_TAG, e.toString()); 134 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 139 LogUtils.d(Logging.LOG_TAG, iae.toString()); 163 LogUtils.d(Logging.LOG_TAG, e.toString()); 168 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 263 if (sensitiveReplacement != null && !Logging.DEBUG_SENSITIVE) { 264 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement); 266 LogUtils.d(Logging.LOG_TAG, ">>> " + s) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 52 # Logging 88 import logging, atexit namespace 90 logging._acquireLock() 94 _logger = logging.getLogger(LOGGER_NAME) 96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG') 97 logging.addLevelName(SUBWARNING, 'SUBWARNING') 99 # XXX multiprocessing should cleanup before logging 108 logging._releaseLock() 114 Turn on logging and add a handler which prints to stderr 117 import logging namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 52 # Logging 88 import logging, atexit namespace 90 logging._acquireLock() 94 _logger = logging.getLogger(LOGGER_NAME) 96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG') 97 logging.addLevelName(SUBWARNING, 'SUBWARNING') 99 # XXX multiprocessing should cleanup before logging 108 logging._releaseLock() 114 Turn on logging and add a handler which prints to stderr 117 import logging namespace [all...] |
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 15 #include "base/logging.h" 230 g_proxy_config.log_destination_ = logging::LOG_ONLY_TO_FILE; 232 g_proxy_config.log_destination_ = logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG; 235 logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG; 237 LOG(FATAL) << "Invalid logging destination value: " << log_dest_value; 240 g_proxy_config.log_destination_ = logging::LOG_NONE; 245 if (g_proxy_config.log_destination_ == logging::LOG_NONE) { 246 g_proxy_config.log_destination_ = logging::LOG_ONLY_TO_FILE; 248 } else if (g_proxy_config.log_destination_ == logging::LOG_ONLY_TO_FILE || 250 logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG) [all...] |
/art/runtime/arch/arm/ |
thread_arm.cc | 20 #include "base/logging.h"
|
/art/runtime/arch/mips/ |
thread_mips.cc | 20 #include "base/logging.h"
|
/art/runtime/ |
common_test.cc | 17 #include "base/logging.h"
|
/bootable/recovery/minadbd/ |
mutex_list.h | 17 // Sadly logging to /data/adb/adb-... is not thread safe.
|
/developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/basicnetworking/ |
MainActivity.java | 38 * This sample uses the logging framework to display log output in the log 64 // Initialize the logging framework. 115 // Using Log, front-end to the logging chain, emulates 126 // On screen logging via a fragment with a TextView.
|
/developers/samples/android/connectivity/network/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/basicnetworking/ |
MainActivity.java | 38 * This sample uses the logging framework to display log output in the log 64 // Initialize the logging framework. 115 // Using Log, front-end to the logging chain, emulates 126 // On screen logging via a fragment with a TextView.
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
Android.mk | 23 # for logging
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
Android.mk | 23 # for logging
|
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
MainActivity.java | 38 * This sample uses the logging framework to display log output in the log 64 // Initialize the logging framework. 115 // Using Log, front-end to the logging chain, emulates 126 // On screen logging via a fragment with a TextView.
|
/development/scripts/app_engine_server/gae_shell/ |
README | 9 The logging, os, sys, db, and users modules are imported automatically.
|
/external/android-clat/ |
Android.mk | 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c getroute.c netlink_callbacks.c netlink_msg.c setif.c setroute.c mtu.c
|