OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogRecord
(Results
1 - 15
of
15
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/
LogRecord.java
10
public interface
LogRecord
{
/libcore/luni/src/main/java/java/util/logging/
LogRecord.java
28
* A {@code
LogRecord
} object represents a logging request. It is passed between
30
* should not modify a {@code
LogRecord
} object that has been passed into the
33
* The {@code
LogRecord
} class will infer the source method name and source
39
* use them after passing the {@code
LogRecord
} object to another thread or
42
public class
LogRecord
implements Serializable {
141
* Constructs a {@code
LogRecord
} object using the supplied the logging
154
public
LogRecord
(Level level, String msg) {
162
synchronized (
LogRecord
.class) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java
25
import java.util.logging.
LogRecord
;
37
private
LogRecord
lr;
43
lr = new
LogRecord
(Level.CONFIG, MSG);
49
new
LogRecord
(null, null);
54
new
LogRecord
(null, MSG);
58
LogRecord
r = new
LogRecord
(Level.WARNING, null);
112
lr = new
LogRecord
(Level.ALL, null);
147
lr = new
LogRecord
(Level.SEVERE, MSG);
154
lr = new
LogRecord
(Level.SEVERE, MSG)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py
30
'
LogRecord
', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler',
230
class
LogRecord
(object):
232
A
LogRecord
instance represents an event being logged.
234
LogRecord
instances are created every time something is logged. They
308
return '<
LogRecord
: %s, %s, %s, %s, "%s">'%(self.name, self.levelno,
313
Return the message for this
LogRecord
.
315
Return the message for this
LogRecord
after merging any user-supplied
333
Make a
LogRecord
whose attributes are defined by the specified dictionary,
335
a socket connection (which is sent as a dictionary) into a
LogRecord
338
rv =
LogRecord
(None, None, "", 0, "", (), None, None
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py
30
'
LogRecord
', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler',
230
class
LogRecord
(object):
232
A
LogRecord
instance represents an event being logged.
234
LogRecord
instances are created every time something is logged. They
308
return '<
LogRecord
: %s, %s, %s, %s, "%s">'%(self.name, self.levelno,
313
Return the message for this
LogRecord
.
315
Return the message for this
LogRecord
after merging any user-supplied
333
Make a
LogRecord
whose attributes are defined by the specified dictionary,
335
a socket connection (which is sent as a dictionary) into a
LogRecord
338
rv =
LogRecord
(None, None, "", 0, "", (), None, None
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 132 milliseconds