Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
A
ABS_TIME_DATE_FORMAT
- Static variable in class org.jalore.log4j.
Log4JPattern
HH:mm:ss,SSS
addLine(String)
- Method in class org.jalore.impl.
LogMessageImpl
Add a line to this message.
C
CATEGORY
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %c pattern.
CLASS
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %C pattern.
D
DATE_AND_TIME_DATE_FORMAT
- Static variable in class org.jalore.log4j.
Log4JPattern
dd MMM yyyy HH:mm:ss,SSS
E
ELAPSEDTIME
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %r pattern.
extractPrecisionOption()
- Method in class org.jalore.log4j.
Log4JPattern
The option is expected to be in decimal and positive.
F
FILE
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %F pattern.
FILE_NAME
- Static variable in class org.jalore.log4j.
Log4JProperties
Property containg to log file name.
G
getCompleteMessage()
- Method in class org.jalore.impl.
LogMessageImpl
getCompleteMessage()
- Method in interface org.jalore.
LogMessage
Returns the complete message.
getDatePattern()
- Method in class org.jalore.util.
SimpleDatePattern
Returns the date pattern.
getExtraLines()
- Method in class org.jalore.impl.
LogMessageImpl
getExtraLines()
- Method in interface org.jalore.
LogMessage
Returns the extra lines or null if this message doesn't contain any extra line.
getFirstLine()
- Method in class org.jalore.impl.
LogMessageImpl
getFirstLine()
- Method in interface org.jalore.
LogMessage
Returns the first line of the message.
getProperties()
- Method in class org.jalore.impl.
LogMessageImpl
getProperties()
- Method in interface org.jalore.
LogMessage
Returns the properties associated with this message.
getProperty(String)
- Method in class org.jalore.impl.
LogMessageImpl
getProperty(String)
- Method in interface org.jalore.
LogMessage
Returns a property value.
getPropertyNames()
- Method in class org.jalore.log4j.
Log4JFileReader
Returns the list of property names that will be available in read log messages.
getPropertyNames()
- Method in class org.jalore.log4j.
Log4JReader
Returns the list of property names that will be available in read log messages.
getPropertyToGroup()
- Method in class org.jalore.log4j.
Log4JPattern
getRegexpGroupCount()
- Method in class org.jalore.util.
SimpleDatePattern
Returns the number of groups in the regular expression pattern.
getRegexpPattern()
- Method in class org.jalore.log4j.
Log4JPattern
getRegexpPattern()
- Method in class org.jalore.util.
SimpleDatePattern
Returns the regular expression pattern.
H
hasMoreMessages()
- Method in class org.jalore.log4j.
Log4JFileReader
hasMoreMessages()
- Method in class org.jalore.log4j.
Log4JReader
hasMoreMessages()
- Method in interface org.jalore.
LogReader
Tests if this reader contains more log messages.
hasMoreMessages()
- Method in class org.jalore.
MultiLogReader
hasMoreMessages()
- Method in class org.jalore.regexp.
RegexpLogReader
I
ISO8601_DATE_FORMAT
- Static variable in class org.jalore.log4j.
Log4JPattern
yyyy-MM-dd HH:mm:ss,SSS
L
LEVEL
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %p pattern.
LINE
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %L pattern.
LOCATION
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %l pattern.
Log4JFileReader
- Class in
org.jalore.log4j
Implementation of LogReader using a log4j file.
Log4JFileReader(File, String)
- Constructor for class org.jalore.log4j.
Log4JFileReader
Constructs a Log4JFileReader.
Log4JPattern
- Class in
org.jalore.log4j
Utility class to convert a log4j pattern into a regular expression pattern.
Log4JPattern(String)
- Constructor for class org.jalore.log4j.
Log4JPattern
Log4JProperties
- Class in
org.jalore.log4j
Log message property names set by
Log4JReader
and
Log4JFileReader
.
Log4JReader
- Class in
org.jalore.log4j
Implementation of LogReader to read a log using a log4j pattern.
Log4JReader(Reader, String)
- Constructor for class org.jalore.log4j.
Log4JReader
Constructs a Log4JReader.
LogMessage
- Interface in
org.jalore
Message extracted from a log.
LogMessageImpl
- Class in
org.jalore.impl
Basic implementation of LogMessage.
LogMessageImpl(String)
- Constructor for class org.jalore.impl.
LogMessageImpl
Constructs a LogMessageImpl from a message.
LogReader
- Interface in
org.jalore
Interface for reading messages from a log.
M
MESSAGE
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %m pattern.
METHOD
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %M pattern.
MultiLogReader
- Class in
org.jalore
A LogReader reading log messages from multiple sources.
MultiLogReader(List<LogReader>, String)
- Constructor for class org.jalore.
MultiLogReader
MultiLogReader(List<LogReader>, Comparator<LogMessage>)
- Constructor for class org.jalore.
MultiLogReader
N
NDC
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %x pattern.
nextMessage()
- Method in class org.jalore.log4j.
Log4JFileReader
nextMessage()
- Method in class org.jalore.log4j.
Log4JReader
nextMessage()
- Method in interface org.jalore.
LogReader
Returns the next log message of this reader or null if no more message is available.
nextMessage()
- Method in class org.jalore.
MultiLogReader
nextMessage()
- Method in class org.jalore.regexp.
RegexpLogReader
O
org.jalore
- package org.jalore
org.jalore.impl
- package org.jalore.impl
org.jalore.log4j
- package org.jalore.log4j
org.jalore.regexp
- package org.jalore.regexp
org.jalore.util
- package org.jalore.util
P
PREFIX_MDC
- Static variable in class org.jalore.log4j.
Log4JProperties
Prefix for MDC properties (%X pattern).
R
RegexpLogReader
- Class in
org.jalore.regexp
Implementation of LogReader to read a log using a regular expression.
RegexpLogReader(Reader, String, Map<String, Integer>)
- Constructor for class org.jalore.regexp.
RegexpLogReader
Constructs a RegexpLogReader.
S
setProperty(String, String)
- Method in class org.jalore.impl.
LogMessageImpl
setProperty(String, String)
- Method in interface org.jalore.
LogMessage
Sets a property.
SimpleDatePattern
- Class in
org.jalore.util
Utility class to convert a date pattern into a regular expression pattern.
SimpleDatePattern(String)
- Constructor for class org.jalore.util.
SimpleDatePattern
Constructs a SimpleDatePattern with a given a date pattern.
T
THREAD
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %t pattern.
TIMESTAMP
- Static variable in class org.jalore.log4j.
Log4JProperties
Property corresponding to the %d pattern.
toString()
- Method in class org.jalore.impl.
LogMessageImpl
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Nicolas Dutertry
. All Rights Reserved.