Searched refs:logging (Results 1 - 25 of 497) sorted by relevance

1234567891011>>

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTestResource.java18 package org.apache.harmony.logging.tests.java.util.logging;
H A DFilterTest.java18 package org.apache.harmony.logging.tests.java.util.logging;
20 import java.util.logging.Filter;
21 import java.util.logging.LogRecord;
H A DErrorManagerTest.java18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.ErrorManager;
24 import org.apache.harmony.logging.tests.java.util.logging.HandlerTest.NullOutputStream;
/external/markdown/bin/
H A Dmarkdown32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
/external/webkit/Tools/TestResultServer/model/
H A Ddashboardfile.py30 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
[all...]
H A Ddatastorefile.py30 import logging namespace
79 logging.warning("No data to save.")
83 logging.error("File too big, can't save to datastore: %dK",
102 logging.warning("Found key, but no data entry: %s", key)
111 logging.error("Failed to save data store entry: %s", err)
116 logging.info("Data saved: %s.", data_entry.key())
135 logging.warning("No data to load.")
140 logging.info("Loading data for key: %s.", key)
143 logging.error("No data found for key: %s.", key)
H A Djsonresults.py31 import logging namespace
100 logging.warning("No json results data.")
106 logging.debug(json_results_str)
107 logging.error("Failed to load json results: %s", str(err))
157 logging.debug("Merging build %s, incremental json index: %d.",
164 logging.warning(("Build %d in incremental json is older than "
175 logging.warning("Duplicate build %d in incremental json",
336 logging.error("Results JSON version '%s' is not supported.",
341 logging.error("Builder '%s' is not in json results.", builder)
346 logging
[all...]
/external/apache-harmony/logging/src/test/java-internal/java/util/logging/
H A DLoggerExtension.java18 package java.util.logging;
23 * Example of a type injected into logging to access package private members.
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumInit.cpp41 case logging::LOG_FATAL:
44 case logging::LOG_ERROR_REPORT:
45 case logging::LOG_ERROR:
48 case logging::LOG_WARNING:
69 logging::SetLogMessageHandler(logMessageHandler);
/external/webkit/Tools/TestResultServer/handlers/
H A Ddashboardhandler.py29 import logging namespace
49 logging.debug("Getting dashboard file list.")
54 logging.debug("Getting dashboard file: %s", filename)
58 logging.error("Failed to find dashboard file: %s, request: %s",
64 logging.info("content type: %s", content_type)
69 logging.info("getting dashboard file list.")
73 logging.info("Failed to find dashboard files.")
108 logging.warning(messages)
120 logging.warning("No dashboard file to delete.")
/external/webkit/Tools/Scripts/
H A Dwebkit-patch34 import logging namespace
42 _log = logging.getLogger("webkit-patch")
45 # This is a hack to let us enable DEBUG logging as early as possible.
49 logging_level = logging.DEBUG
51 logging_level = logging.INFO
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils.py23 """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 o
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... about_files/ org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ org/apache/commons/logging/impl/ about.html about_files/LICENSE ...
/external/chromium/net/tools/testserver/
H A Drun_testserver.cc10 #include "base/logging.h"
28 if (!logging::InitLogging(
30 logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG,
31 logging::LOCK_LOG_FILE,
32 logging::APPEND_TO_OLD_LOG_FILE,
33 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS)) {
34 printf("Error: could not initialize logging. Exiting.\n");
/external/chromium/chrome/common/
H A Dlogging_chrome.cc39 #include "base/logging.h"
80 // Assertion handler for logging errors that occur when dialogs are
104 // Suppresses error/assertion dialogs and enables the logging of
110 logging::SetLogAssertHandler(SilentRuntimeAssertHandler);
111 logging::SetLogReportHandler(SilentRuntimeReportHandler);
128 namespace logging { namespace
135 const logging::LoggingDestination kDefaultLoggingMode =
136 logging::LOG_ONLY_TO_FILE;
140 const logging::LoggingDestination kDefaultLoggingMode =
141 logging
[all...]
/external/chromium/base/
H A Dlogging_win.h14 #include "base/logging.h"
19 namespace logging { namespace
57 static bool LogMessage(logging::LogSeverity severity, const char* file,
73 logging::LogSeverity old_log_level_;
79 } // namespace logging
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/
H A DLogger.java7 import java.util.logging.Level;
10 * Logger delegating to JRE logging.
18 private java.util.logging.Logger delegate;
27 this.delegate = java.util.logging.Logger.getLogger(x.getName());
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
H A DEnvironmentHelper.java18 package org.apache.harmony.logging.tests.java.util.logging.util;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DSloppyTearDown.java22 import java.util.logging.Level;
23 import java.util.logging.Logger;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin.py31 import logging namespace
35 _log = logging.getLogger("webkitpy.layout_tests.port.win")
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dpatchreader.py31 import logging namespace
36 _log = logging.getLogger("webkitpy.style.patchreader")
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DAndroidLogHandler.java4 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}.
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py14 import logging namespace
65 logging.debug('Requesting %s' % url)
68 logging.debug('Got response code %s, content %s' % (resp, content))
87 logging.debug('Attempting to JSON parse: %s' % response_text)
89 logging.debug('Got license server response: %s' % json)
91 logging.exception('Could not parse response as JSON: %s' % response_text)
95 logging.exception('Could not fetch license data')
/external/chromium/chrome/browser/sync/tools/
H A Dsync_listen_notifications.cc11 #include "base/logging.h"
69 logging::InitLogging(
71 logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
72 logging::LOCK_LOG_FILE,
73 logging::DELETE_OLD_LOG_FILE,
74 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
87 "after logging into sync to get the token to pass into this "
/external/chromium/googleurl/base/
H A Dlogging.h25 // process from the main application. When the logging system needs to display
35 // If DebugMessage.exe is not found, the logging code will use a normal
42 // Make a bunch of macros for logging. The way to log things is to stream
47 // You can also do conditional logging:
55 // There are also "debug mode" logging macros like the ones above:
61 // All "debug mode" logging is compiled away to nothing for non-debug mode
80 // Very important: logging a message at the FATAL severity level causes
83 namespace logging { namespace
85 // Where to record logging output? A flat file and/or system debug log via
93 // If logging i
[all...]

Completed in 2898 milliseconds

1234567891011>>