Package org.jcoderz.commons.logging

Interface Summary
CauseType Java content class for CauseType complex type.
ExceptionType Java content class for ExceptionType complex type.
Filter This defines an interface for filtering LogFileEntries, i.e. finding entries which match a filter criterium.
FrameType Java content class for FrameType complex type.
LogRecord Java content class for LogRecord element declaration.
LogRecordType Java content class for LogRecordType complex type.
ParameterType Java content class for ParameterType complex type.
StacktraceType Java content class for StacktraceType complex type.
 

Class Summary
AsItIsFormat This Format class is used for formatting a String as it is, i.e. do no formatting of the String.
BasicLogLineFormat This class is the base class for log formats formatting the main log line of the log message, which contains all fields required for CA Unicenter integration.
BasicPrinter This printer prints the log information as lines of text and uses the display options for selecting the fields to display.
BusinessImpactFilter This filter is used for filtering log messages according to the business impact.
CategoryFilter This filter is used for filtering log messages according to the category.
CollectionFormat This format is used for formatting a collection.
ContinuationLineFormat This is the basic format for all formatters formatting continuation lines.
DisplayOptions This class comprises display options, i.e. which fields are to display with how many details.
ErrorLineFormat This class is a more specialized type of MessageLineFormat.
ExceptionLineFormat This formats and parses a standard LogRecord, which carries a Throwable as cause, which is not instance of Loggable.
FixLengthFormat This is used to format a String to a fixed length String.
FormatTest This class is used for testing the various Formats, especially if they are symmetric, i.e. whether parsing the string of a formatted object delivers the object again.
JmsHandler This log handler publishes log messages onto a jms queue.
LevelFilter This filter is used for filtering log messages according to the logger level.
LogElement This is an implementation of LogItem based upon LogRecords.
LogElementTest This class is used for testing the LogElement wrapper of a LogRecord.
LogFileEntry This class encapsulates the information of a log record being read from the log file.
LogFilterBase Base class for filters that filter on commons loggables.
LoggerUtil This helper class provides utils for checking log items.
LogItem This class is the base class of nested log information as it is used for displaying or transferring log messages.
LogLevelFilter Log filter that filters on fawkez loggables and on the log level of the respective record.
LogLineFormat This is the base class for various log line formats.
LogLineFormat.LogLineType This helper class is used as type safe enumeration for all defined log line types.
LogLineFormatFactory This is a factory for creating an instance of a LogLineFormat for a certain log line type.
LogPrinter An instance of this formats and prints the output of the log viewer.
LogReader This implements a reader reading from log files.
LogViewer This implements a viewer for existing log files.
LogViewerTest Tests several static methods of the class LogViewer.
MessageIdFilter This class implements the default filter for filering the messages, which are to put onto the jms queue.
MessageLineFormat This class formats and parses log lines for instances of type Loggable.
NestedLineFormat Formats and parses log lines for nested messages.
ObjectFactory This object contains factory methods for each Java content interface and Java element interface generated in the org.jcoderz.commons.logging package.
ParameterLineFormat This class is used for formatting the parameters of a Loggable and parsing one parameter log line.
PeriodFilter This class implements the timestamp period filter.
StackTraceElementParser This helper class is used to parse a CharBuffer containing data of one line of a StackTrace.
StackTraceFormat This class is used for formatting the stack trace of a Throwable or for parsing one line of stack trace.
StackTraceInfo This helper class wraps the information of one stack trace line.
StringEscapeFormat This formatter is used to escape chars in the source string with a configured escape char.The default escape char is '\'.
ThreadIdFilter This filter is used for filtering log messages according to the thread id.
TimestampFormat This format is used for formatting and parsing an object of type Date with default settings.
TraceLineFormat This formats a standard LogRecord and parses a log line with a formatted log record.
TraceLineFormatTest Test for TraceLineFormat.
WhitespaceFormat This Formatter formats the whitespace of a string, The space char ' ' is left untouched, all other whitespace chars are replaced and compressed by exactly one space char in a row.
WhitespaceFormatTest This class tests the whitespace formatter.
XmlPrinter This printer formats the log messages into an Xml format and prints the log messages as a sequence of xml elements.
XmlPrinterTest This class is used for testing the XmlPrinter.
 

Exception Summary
LoggingException This exception is used for general error situations, e.g. when pooling objects used for logging fails.
 



Copyright 2007 The jCoderZ Project.