OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logging
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/java/util/logging/
Filter.java
18
package java.util.
logging
;
LoggingPermission.java
18
package java.util.
logging
;
25
* The permission required to control the
logging
when run with a
36
*
logging
. The {@code SecurityManager} checks the permissions.
ConsoleHandler.java
18
package java.util.
logging
;
27
* <li>java.util.
logging
.ConsoleHandler.level specifies the
logging
level,
30
* <li>java.util.
logging
.ConsoleHandler.filter specifies the name of the filter
33
* <li>java.util.
logging
.ConsoleHandler.formatter specifies the name of the
35
* {@code java.util.
logging
.SimpleFormatter} if this property is not found or
37
* <li>java.util.
logging
.ConsoleHandler.encoding specifies the encoding this
LoggingMXBean.java
18
package java.util.
logging
;
23
* {@code LoggingMXBean} is the management interface for the
logging
sub-system.
34
* Gets the string value of the
logging
level of a logger. An empty string
ErrorManager.java
18
package java.util.
logging
;
22
* error that may happen during
logging
. {@code Handlers} should report errors
Formatter.java
18
package java.util.
logging
;
SimpleFormatter.java
18
package java.util.
logging
;
/libcore/luni/src/test/java/libcore/java/util/logging/
OldSimpleFormatterTest.java
18
package libcore.java.util.
logging
;
20
import java.util.
logging
.SimpleFormatter;
OldLevelTest.java
18
package libcore.java.util.
logging
;
21
import java.util.
logging
.Level;
27
String bundleName = "bundles/java/util/
logging
/res";
/external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java
17
package org.apache.commons.
logging
;
Log.java
18
package org.apache.commons.
logging
;
21
* <p>A simple
logging
interface abstracting
logging
APIs. In order to be
26
* <p> The six
logging
levels used by <code>Log</code> are (in order):
36
*
logging
system is implementation dependent.
40
* <p>Performance is often a
logging
concern.
54
* <p>Configuration of the underlying
logging
system will generally be done
55
* external to the
Logging
APIs, through whatever mechanism is supported by
65
// -----------------------------------------------------
Logging
Properties
69
* <p> Is debug
logging
currently enabled? </p
[
all
...]
/external/chromium/base/
logging_win.h
11
#include "base/
logging
.h"
13
namespace
logging
{
namespace
53
logging
::LogSeverity old_log_level_;
58
} // namespace
logging
logging_win.cc
14
static
logging
::LogEventProvider* New() {
17
logging
::LogEventProvider* ptr =
18
reinterpret_cast<
logging
::LogEventProvider*>(buffer_);
20
new(ptr)
logging
::LogEventProvider();
24
static void Delete(
logging
::LogEventProvider* p) {
27
p->
logging
::LogEventProvider::~LogEventProvider();
33
static const size_t kBufferSize = (sizeof(
logging
::LogEventProvider) +
44
Singleton<
logging
::LogEventProvider, LogEventProviderTraits> log_provider;
48
namespace
logging
{
namespace
76
// Bail if we're not
logging
, not at that level
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server_base.py
32
import
logging
namespace
66
logging
.debug("Server running at %s" % url)
68
logging
.debug("Server NOT running at %s" % url)
apache_http_server.py
32
import
logging
namespace
191
logging
.debug(err)
200
logging
.debug("Starting apache http server")
203
logging
.debug("Apache started. Testing ports")
208
logging
.debug("Server successfully started")
214
logging
.debug("Shutting down any running http servers")
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py
35
import
logging
namespace
58
logging
.debug('Using %s' % expected_png_file)
image_diff.py
38
import
logging
namespace
136
logging
.debug('Using %s' % expected_hash_file)
137
logging
.debug('Using %s' % expected_png_file)
text_diff.py
37
import
logging
namespace
66
logging
.debug('Using %s' % expected_filename)
/frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py
12
import
logging
namespace
26
# Set up
logging
format.
27
log_level =
logging
.INFO
29
log_level =
logging
.DEBUG
30
logging
.basicConfig(level=log_level,
44
logging
.info("Running the test ...")
82
logging
.error("Error happened : " + adb_output)
85
logging
.info(adb_output);
86
logging
.info(adb_error);
87
logging
.info("Done\n")
[
all
...]
run_layout_tests.py
32
import
logging
namespace
107
logging
.info(marker + " >>> " + str(params["new"][0]) + " new, " +
124
logging
.info("Comparing results to " + ref_dir)
136
logging
.info("Detailed diffs are in " + diff_result)
146
# Set up
logging
format.
147
log_level =
logging
.INFO
149
log_level =
logging
.DEBUG
150
logging
.basicConfig(level=log_level,
165
logging
.info("Generating test list.");
170
logging
.info("Aborting because cannot generate test list.\n" + adb_output
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/
diff_parser.py
31
import
logging
namespace
141
logging
.error('Unexpected line change without file path declaration: %r' % line)
162
logging
.error('Unexpected diff format when parsing a chunk: %r' % line)
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py
30
import
logging
namespace
/frameworks/base/core/java/com/android/internal/logging/
AndroidConfig.java
17
package com.android.internal.
logging
;
19
import java.util.
logging
.Level;
20
import java.util.
logging
.Logger;
23
* Implements the java.util.
logging
configuration for Android. Activates a log
29
* This looks a bit weird, but it's the way the
logging
config works: A
41
// Turn down
logging
in Apache libraries.
/external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java
18
package org.apache.commons.
logging
.impl;
22
import org.apache.commons.
logging
.Log;
/external/sonivox/jet_tools/JetCreator/
JetSegGraph.py
25
import
logging
namespace
Completed in 1125 milliseconds
1
2
3
4