|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ helpers overview ] | PREV NEXT | ||||||||
A
- ABS_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- String constant used to specify AbsoluteTimeDateFormat in layouts.
- AbsoluteTimeDateFormat - class org.apache.log4j.helpers.AbsoluteTimeDateFormat.
- Formats a java.util.Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
- AbsoluteTimeDateFormat() - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- AppenderAttachableImpl - class org.apache.log4j.helpers.AppenderAttachableImpl.
- A straightforward implementation of the org.apache.log4j.spi.AppenderAttachable interface.
- AppenderAttachableImpl() - Constructor for class org.apache.log4j.helpers.AppenderAttachableImpl
- activateOptions() - Method in class org.apache.log4j.helpers.DateLayout
- activateOptions() - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- No options to activate.
- add(LoggingEvent) - Method in class org.apache.log4j.helpers.CyclicBuffer
- Add an
eventas the last event in the buffer. - addAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Attach an appender.
- addConverter(PatternConverter) - Method in class org.apache.log4j.helpers.PatternParser
- addToList(PatternConverter) - Method in class org.apache.log4j.helpers.PatternParser
- address - Variable in class org.apache.log4j.helpers.SyslogWriter
- appendEscapingCDATA(StringBuffer, String) - Static method in class org.apache.log4j.helpers.Transform
- Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text.
- appendLoopOnAppenders(LoggingEvent) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Call the
doAppendmethod on all attached appenders. - appenderList - Variable in class org.apache.log4j.helpers.AppenderAttachableImpl
- Array of appenders.
B
- BoundedFIFO - class org.apache.log4j.helpers.BoundedFIFO.
BoundedFIFOserves as the bounded first-in-first-out buffer heavily used by the org.apache.log4j.AsyncAppender.- BoundedFIFO(int) - Constructor for class org.apache.log4j.helpers.BoundedFIFO
- Instantiate a new BoundedFIFO with a maximum size passed as argument.
- buf - Variable in class org.apache.log4j.helpers.BoundedFIFO
C
- CDATA_EMBEDED_END - Static variable in class org.apache.log4j.helpers.Transform
- CDATA_END - Static variable in class org.apache.log4j.helpers.Transform
- CDATA_END_LEN - Static variable in class org.apache.log4j.helpers.Transform
- CDATA_PSEUDO_END - Static variable in class org.apache.log4j.helpers.Transform
- CDATA_START - Static variable in class org.apache.log4j.helpers.Transform
- CLASS_LOCATION_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- CONFIG_DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
- Deprecated. Use
LogLog.DEBUG_KEY55 instead. - CONVERTER_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- CountingQuietWriter - class org.apache.log4j.helpers.CountingQuietWriter.
- Counts the number of bytes written.
- CountingQuietWriter(Writer, ErrorHandler) - Constructor for class org.apache.log4j.helpers.CountingQuietWriter
- CyclicBuffer - class org.apache.log4j.helpers.CyclicBuffer.
- CyclicBuffer is used by other appenders to hold LoggingEvents for immediate or differed display.
- CyclicBuffer(int) - Constructor for class org.apache.log4j.helpers.CyclicBuffer
- Instantiate a new CyclicBuffer of at most
maxSizeevents. - checkAndConfigure() - Method in class org.apache.log4j.helpers.FileWatchdog
- childValue(Object) - Method in class org.apache.log4j.helpers.ThreadLocalMap
- close() - Method in class org.apache.log4j.helpers.SyslogWriter
- concatanateArrays(String[], String[]) - Static method in class org.apache.log4j.helpers.OptionConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternConverter
- Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.BasicPatternConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.DatePatternConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.LiteralPatternConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.LocationPatternConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.MDCPatternConverter
- convert(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.NamedPatternConverter
- convertSpecialChars(String) - Static method in class org.apache.log4j.helpers.OptionConverter
- count - Variable in class org.apache.log4j.helpers.CountingQuietWriter
- currentLiteral - Variable in class org.apache.log4j.helpers.PatternParser
D
- DATE_AND_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- String constant used to specify DateTimeDateFormat in layouts.
- DATE_FORMAT_OPTION - Static variable in class org.apache.log4j.helpers.DateLayout
- Deprecated. Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
- DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
- Defining this value makes log4j print log4j-internal debug
statements to
System.out. - DEFAULT_DELAY - Static variable in class org.apache.log4j.helpers.FileWatchdog
- The default delay between every file modification check, set to 60 seconds.
- DELIM_START - Static variable in class org.apache.log4j.helpers.OptionConverter
- DELIM_START_LEN - Static variable in class org.apache.log4j.helpers.OptionConverter
- DELIM_STOP - Static variable in class org.apache.log4j.helpers.OptionConverter
- DELIM_STOP_LEN - Static variable in class org.apache.log4j.helpers.OptionConverter
- DOT_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- DateLayout - class org.apache.log4j.helpers.DateLayout.
- This abstract layout takes care of all the date related options and formatting work.
- DateLayout() - Constructor for class org.apache.log4j.helpers.DateLayout
- DateTimeDateFormat - class org.apache.log4j.helpers.DateTimeDateFormat.
- Formats a java.util.Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
- DateTimeDateFormat() - Constructor for class org.apache.log4j.helpers.DateTimeDateFormat
- DateTimeDateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.DateTimeDateFormat
- date - Variable in class org.apache.log4j.helpers.DateLayout
- date - Variable in class org.apache.log4j.helpers.PatternParser.DatePatternConverter
- dateFormat - Variable in class org.apache.log4j.helpers.DateLayout
- dateFormat(StringBuffer, LoggingEvent) - Method in class org.apache.log4j.helpers.DateLayout
- dateFormatOption - Variable in class org.apache.log4j.helpers.DateLayout
- debug(String) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal debug statements.
- debug(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal debug statements.
- debugEnabled - Static variable in class org.apache.log4j.helpers.LogLog
- delay - Variable in class org.apache.log4j.helpers.FileWatchdog
- The delay to observe between every check.
- df - Variable in class org.apache.log4j.helpers.PatternParser.DatePatternConverter
- doOnChange() - Method in class org.apache.log4j.helpers.FileWatchdog
- ds - Variable in class org.apache.log4j.helpers.SyslogWriter
- dump() - Method in class org.apache.log4j.helpers.FormattingInfo
E
- ERROR_PREFIX - Variable in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- ERR_PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- ESCAPE_CHAR - Static variable in class org.apache.log4j.helpers.PatternParser
- ea - Variable in class org.apache.log4j.helpers.CyclicBuffer
- error(String) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal error statements.
- error(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal error statements.
- error(String, Exception, int) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Prints the message and the stack trace of the exception on
System.err. - error(String, Exception, int, LoggingEvent) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Prints the message and the stack trace of the exception on
System.err. - error(String) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Print a the error message passed as parameter on
System.err. - errorHandler - Variable in class org.apache.log4j.helpers.QuietWriter
- escapeTags(String) - Static method in class org.apache.log4j.helpers.Transform
- This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references.
- extractOption() - Method in class org.apache.log4j.helpers.PatternParser
- extractPrecisionOption() - Method in class org.apache.log4j.helpers.PatternParser
- The option is expected to be in decimal and positive.
F
- FILE_LOCATION_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- FULL_LOCATION_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- FileWatchdog - class org.apache.log4j.helpers.FileWatchdog.
- Check every now and then that a certain file has not changed.
- FileWatchdog(String) - Constructor for class org.apache.log4j.helpers.FileWatchdog
- FormattingInfo - class org.apache.log4j.helpers.FormattingInfo.
- FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
- FormattingInfo() - Constructor for class org.apache.log4j.helpers.FormattingInfo
- file - Variable in class org.apache.log4j.helpers.FileWatchdog
- filename - Variable in class org.apache.log4j.helpers.FileWatchdog
- The name of the file to observe for changes.
- finalizeConverter(char) - Method in class org.apache.log4j.helpers.PatternParser
- findAndSubst(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
- Find the value corresponding to
keyinprops. - first - Variable in class org.apache.log4j.helpers.BoundedFIFO
- first - Variable in class org.apache.log4j.helpers.CyclicBuffer
- firstTime - Variable in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- flush() - Method in class org.apache.log4j.helpers.QuietWriter
- flush() - Method in class org.apache.log4j.helpers.SyslogWriter
- format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- Appends to
sbufthe time in the format "HH:mm:ss,SSS" for example, "15:49:37,459" - format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.DateTimeDateFormat
- Appends to
sbufthe date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459". - format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.ISO8601DateFormat
- Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS"
to
sbuf. - format(StringBuffer, LoggingEvent) - Method in class org.apache.log4j.helpers.PatternConverter
- A template method for formatting in a converter specific way.
- format(StringBuffer, LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.LiteralPatternConverter
- format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.RelativeTimeDateFormat
- Appends to
sbufthe number of milliseconds elapsed since the start of the application. - formattingInfo - Variable in class org.apache.log4j.helpers.PatternParser
G
- get() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Get the first element in the buffer.
- get(int) - Method in class org.apache.log4j.helpers.CyclicBuffer
- Get the ith oldest event currently in the buffer.
- get() - Method in class org.apache.log4j.helpers.CyclicBuffer
- Get the oldest (first) element in the buffer.
- getAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Get all attached appenders as an Enumeration.
- getAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Look for an attached appender named as
name. - getCount() - Method in class org.apache.log4j.helpers.CountingQuietWriter
- getDateFormat() - Method in class org.apache.log4j.helpers.DateLayout
- Returns value of the DateFormat option.
- getFullyQualifiedName(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.CategoryPatternConverter
- getFullyQualifiedName(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.ClassNamePatternConverter
- getFullyQualifiedName(LoggingEvent) - Method in class org.apache.log4j.helpers.PatternParser.NamedPatternConverter
- getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
- getMaxSize() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Get the maximum size of the buffer.
- getMaxSize() - Method in class org.apache.log4j.helpers.CyclicBuffer
- getOptionStrings() - Method in class org.apache.log4j.helpers.DateLayout
- Deprecated. Use the setter method for the option directly instead
of the generic
setOptionmethod. - getResource(String, Class) - Static method in class org.apache.log4j.helpers.Loader
- Deprecated. as of 1.2.
- getResource(String) - Static method in class org.apache.log4j.helpers.Loader
- This method will search for
resourcein different places. - getSystemProperty(String, String) - Static method in class org.apache.log4j.helpers.OptionConverter
- Very similar to
System.getPropertyexcept that the java.lang.SecurityException is hidden. - getTCL() - Static method in class org.apache.log4j.helpers.Loader
- Get the Thread Context Loader which is a JDK 1.2 feature.
- getTimeZone() - Method in class org.apache.log4j.helpers.DateLayout
- Returns value of the TimeZone option.
H
- hasMoreElements() - Method in class org.apache.log4j.helpers.NullEnumeration
- head - Variable in class org.apache.log4j.helpers.PatternParser
I
- ISO8601DateFormat - class org.apache.log4j.helpers.ISO8601DateFormat.
- Formats a java.util.Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
- ISO8601DateFormat() - Constructor for class org.apache.log4j.helpers.ISO8601DateFormat
- ISO8601DateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.ISO8601DateFormat
- ISO8601_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- String constant used to specify ISO8601DateFormat in layouts.
- i - Variable in class org.apache.log4j.helpers.PatternParser
- ignoreTCL - Static variable in class org.apache.log4j.helpers.Loader
- instance - Static variable in class org.apache.log4j.helpers.NullEnumeration
- instantiateByClassName(String, Class, Object) - Static method in class org.apache.log4j.helpers.OptionConverter
- Instantiate an object given a class name.
- instantiateByKey(Properties, String, Class, Object) - Static method in class org.apache.log4j.helpers.OptionConverter
- interrupted - Variable in class org.apache.log4j.helpers.FileWatchdog
- isAttached(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Returns
trueif the specified appender is in the list of attached appenders,falseotherwise. - isFull() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Return
trueif the buffer is full, that is, whether the number of elements in the buffer equals the buffer size. - isJava1() - Static method in class org.apache.log4j.helpers.Loader
- Are we running under JDK 1.x?
J
K
- key - Variable in class org.apache.log4j.helpers.PatternParser.MDCPatternConverter
L
- LEVEL_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- LINE_LOCATION_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- LITERAL_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- Loader - class org.apache.log4j.helpers.Loader.
- Load resources (or images) from various sources.
- Loader() - Constructor for class org.apache.log4j.helpers.Loader
- LogLog - class org.apache.log4j.helpers.LogLog.
- This class used to output log statements from within the log4j package.
- LogLog() - Constructor for class org.apache.log4j.helpers.LogLog
- last - Variable in class org.apache.log4j.helpers.CyclicBuffer
- lastModif - Variable in class org.apache.log4j.helpers.FileWatchdog
- lastTime - Static variable in class org.apache.log4j.helpers.ISO8601DateFormat
- lastTimeString - Static variable in class org.apache.log4j.helpers.ISO8601DateFormat
- leftAlign - Variable in class org.apache.log4j.helpers.FormattingInfo
- leftAlign - Variable in class org.apache.log4j.helpers.PatternConverter
- length() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Get the number of elements in the buffer.
- length() - Method in class org.apache.log4j.helpers.CyclicBuffer
- Get the number of elements in the buffer.
- level - Variable in class org.apache.log4j.helpers.SyslogQuietWriter
- literal - Variable in class org.apache.log4j.helpers.PatternParser.LiteralPatternConverter
- loadClass(String) - Static method in class org.apache.log4j.helpers.Loader
- If running under JDK 1.2 load the specified class using the
ThreadcontextClassLoaderif that fails try Class.forname.
M
- MAX_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- MESSAGE_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- METHOD_LOCATION_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- MINUS_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- MIN_STATE - Static variable in class org.apache.log4j.helpers.PatternParser
- max - Variable in class org.apache.log4j.helpers.FormattingInfo
- max - Variable in class org.apache.log4j.helpers.PatternConverter
- maxSize - Variable in class org.apache.log4j.helpers.BoundedFIFO
- maxSize - Variable in class org.apache.log4j.helpers.CyclicBuffer
- min(int, int) - Method in class org.apache.log4j.helpers.BoundedFIFO
- min - Variable in class org.apache.log4j.helpers.FormattingInfo
- min - Variable in class org.apache.log4j.helpers.PatternConverter
N
- NDC_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- NULL_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.DateLayout
- String constant designating no time information.
- NullEnumeration - class org.apache.log4j.helpers.NullEnumeration.
- An always-empty Enumerator.
- NullEnumeration() - Constructor for class org.apache.log4j.helpers.NullEnumeration
- next - Variable in class org.apache.log4j.helpers.BoundedFIFO
- next - Variable in class org.apache.log4j.helpers.PatternConverter
- nextElement() - Method in class org.apache.log4j.helpers.NullEnumeration
- numElements - Variable in class org.apache.log4j.helpers.BoundedFIFO
- numElems - Variable in class org.apache.log4j.helpers.CyclicBuffer
O
- OnlyOnceErrorHandler - class org.apache.log4j.helpers.OnlyOnceErrorHandler.
- The
OnlyOnceErrorHandlerimplements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors. - OnlyOnceErrorHandler() - Constructor for class org.apache.log4j.helpers.OnlyOnceErrorHandler
- OptionConverter - class org.apache.log4j.helpers.OptionConverter.
- A convenience class to convert property values to specific types.
- OptionConverter() - Constructor for class org.apache.log4j.helpers.OptionConverter
- OptionConverter is a static class.
- org.apache.log4j.helpers - package org.apache.log4j.helpers
P
- PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- PatternConverter - class org.apache.log4j.helpers.PatternConverter.
- PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
- PatternConverter() - Constructor for class org.apache.log4j.helpers.PatternConverter
- PatternConverter(FormattingInfo) - Constructor for class org.apache.log4j.helpers.PatternConverter
- PatternParser - class org.apache.log4j.helpers.PatternParser.
- Most of the work of the org.apache.log4j.PatternLayout class is delegated to the PatternParser class.
- PatternParser(String) - Constructor for class org.apache.log4j.helpers.PatternParser
- PatternParser.BasicPatternConverter - class org.apache.log4j.helpers.PatternParser.BasicPatternConverter.
- PatternParser.BasicPatternConverter(FormattingInfo, int) - Constructor for class org.apache.log4j.helpers.PatternParser.BasicPatternConverter
- PatternParser.CategoryPatternConverter - class org.apache.log4j.helpers.PatternParser.CategoryPatternConverter.
- PatternParser.CategoryPatternConverter(FormattingInfo, int) - Constructor for class org.apache.log4j.helpers.PatternParser.CategoryPatternConverter
- PatternParser.ClassNamePatternConverter - class org.apache.log4j.helpers.PatternParser.ClassNamePatternConverter.
- PatternParser.ClassNamePatternConverter(FormattingInfo, int) - Constructor for class org.apache.log4j.helpers.PatternParser.ClassNamePatternConverter
- PatternParser.DatePatternConverter - class org.apache.log4j.helpers.PatternParser.DatePatternConverter.
- PatternParser.DatePatternConverter(FormattingInfo, DateFormat) - Constructor for class org.apache.log4j.helpers.PatternParser.DatePatternConverter
- PatternParser.LiteralPatternConverter - class org.apache.log4j.helpers.PatternParser.LiteralPatternConverter.
- PatternParser.LiteralPatternConverter(String) - Constructor for class org.apache.log4j.helpers.PatternParser.LiteralPatternConverter
- PatternParser.LocationPatternConverter - class org.apache.log4j.helpers.PatternParser.LocationPatternConverter.
- PatternParser.LocationPatternConverter(FormattingInfo, int) - Constructor for class org.apache.log4j.helpers.PatternParser.LocationPatternConverter
- PatternParser.MDCPatternConverter - class org.apache.log4j.helpers.PatternParser.MDCPatternConverter.
- PatternParser.MDCPatternConverter(FormattingInfo, String) - Constructor for class org.apache.log4j.helpers.PatternParser.MDCPatternConverter
- PatternParser.NamedPatternConverter - class org.apache.log4j.helpers.PatternParser.NamedPatternConverter.
- PatternParser.NamedPatternConverter(FormattingInfo, int) - Constructor for class org.apache.log4j.helpers.PatternParser.NamedPatternConverter
- parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- This method does not do anything but return
null. - parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.DateTimeDateFormat
- This method does not do anything but return
null. - parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.ISO8601DateFormat
- This method does not do anything but return
null. - parse() - Method in class org.apache.log4j.helpers.PatternParser
- parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.RelativeTimeDateFormat
- This method does not do anything but return
null. - pattern - Variable in class org.apache.log4j.helpers.PatternParser
- patternLength - Variable in class org.apache.log4j.helpers.PatternParser
- pos - Variable in class org.apache.log4j.helpers.DateLayout
- precision - Variable in class org.apache.log4j.helpers.PatternParser.NamedPatternConverter
- previousTime - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- previousTimeWithoutMillis - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- println(Object) - Method in class org.apache.log4j.helpers.SingleLineTracerPrintWriter
- Make the first Exception line print properly by omitting the \n at the end.
- println(String) - Method in class org.apache.log4j.helpers.SingleLineTracerPrintWriter
- Remove the first character from the string (usually a TAB) and do not print "\n"
- put(LoggingEvent) - Method in class org.apache.log4j.helpers.BoundedFIFO
- Place a org.apache.log4j.spi.LoggingEvent in the buffer.
Q
- QuietWriter - class org.apache.log4j.helpers.QuietWriter.
- QuietWriter does not throw exceptions when things go wrong.
- QuietWriter(Writer, ErrorHandler) - Constructor for class org.apache.log4j.helpers.QuietWriter
- quietMode - Static variable in class org.apache.log4j.helpers.LogLog
- In quietMode not even errors generate any output.
R
- RELATIVE_TIME_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- RELATIVE_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.DateLayout
- String constant designating relative time.
- RelativeTimeDateFormat - class org.apache.log4j.helpers.RelativeTimeDateFormat.
- Formats a java.util.Date by printing the number of milliseconds elapsed since the start of the application.
- RelativeTimeDateFormat() - Constructor for class org.apache.log4j.helpers.RelativeTimeDateFormat
- removeAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Remove and close all previously attached appenders.
- removeAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Remove the appender passed as parameter form the list of attached appenders.
- removeAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Remove the appender with the name passed as parameter form the list of appenders.
- reset() - Method in class org.apache.log4j.helpers.FormattingInfo
- resize(int) - Method in class org.apache.log4j.helpers.BoundedFIFO
- Resize the buffer to a new size.
- resize(int) - Method in class org.apache.log4j.helpers.CyclicBuffer
- Resize the cyclic buffer to
newSize. - run() - Method in class org.apache.log4j.helpers.FileWatchdog
S
- SPACES - Static variable in class org.apache.log4j.helpers.PatternConverter
- SYSLOG_PORT - Variable in class org.apache.log4j.helpers.SyslogWriter
- SingleLineTracerPrintWriter - class org.apache.log4j.helpers.SingleLineTracerPrintWriter.
- SingleLineTracerPrintWriter overrides the println function in TracerPrintWriter by replacing the TAB character with spaces.
- SingleLineTracerPrintWriter(QuietWriter) - Constructor for class org.apache.log4j.helpers.SingleLineTracerPrintWriter
- SyslogQuietWriter - class org.apache.log4j.helpers.SyslogQuietWriter.
- SyslogQuietWriter extends QuietWriter by prepending the syslog level code before each printed String.
- SyslogQuietWriter(Writer, int, ErrorHandler) - Constructor for class org.apache.log4j.helpers.SyslogQuietWriter
- SyslogWriter - class org.apache.log4j.helpers.SyslogWriter.
- SyslogWriter is a wrapper around the java.net.DatagramSocket class so that it behaves like a java.io.Writer.
- SyslogWriter(String) - Constructor for class org.apache.log4j.helpers.SyslogWriter
- selectAndConfigure(URL, String, LoggerRepository) - Static method in class org.apache.log4j.helpers.OptionConverter
- Configure log4j given a URL.
- setAppender(Appender) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Does not do anything.
- setBackupAppender(Appender) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Does not do anything.
- setCount(long) - Method in class org.apache.log4j.helpers.CountingQuietWriter
- setDateFormat(String) - Method in class org.apache.log4j.helpers.DateLayout
- The value of the DateFormat option should be either an argument to the constructor of java.text.SimpleDateFormat or one of the srings "NULL", "RELATIVE", "ABSOLUTE", "DATE" or "ISO8601.
- setDateFormat(DateFormat, TimeZone) - Method in class org.apache.log4j.helpers.DateLayout
- Sets the java.text.DateFormat used to format time and date in the
zone determined by
timeZone. - setDateFormat(String, TimeZone) - Method in class org.apache.log4j.helpers.DateLayout
- Sets the DateFormat used to format date and time in the time zone
determined by
timeZoneparameter. - setDelay(long) - Method in class org.apache.log4j.helpers.FileWatchdog
- Set the delay to observe between each check of the file changes.
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.helpers.QuietWriter
- setInternalDebugging(boolean) - Static method in class org.apache.log4j.helpers.LogLog
- Allows to enable/disable log4j internal logging.
- setLevel(int) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
- setLogger(Logger) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Does not do anything.
- setOption(String, String) - Method in class org.apache.log4j.helpers.DateLayout
- Deprecated. Use the setter method for the option directly instead
of the generic
setOptionmethod. - setQuietMode(boolean) - Static method in class org.apache.log4j.helpers.LogLog
- In quite mode no LogLog generates strictly no output, not even for errors.
- setSyslogFacility(int) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
- setTimeZone(String) - Method in class org.apache.log4j.helpers.DateLayout
- The TimeZoneID option is a time zone ID string in the format
expected by the TimeZone.getTimeZone(java.lang.String)>
TimeZone.getTimeZone(java.lang.String)55 method. - shortMonths - Variable in class org.apache.log4j.helpers.DateTimeDateFormat
- spacePad(StringBuffer, int) - Method in class org.apache.log4j.helpers.PatternConverter
- Fast space padding method.
- startTime - Variable in class org.apache.log4j.helpers.RelativeTimeDateFormat
- state - Variable in class org.apache.log4j.helpers.PatternParser
- substVars(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
- Perform variable substitution in string
valfrom the values of keys found in the system propeties. - syslogFacility - Variable in class org.apache.log4j.helpers.SyslogQuietWriter
- syslogHost - Static variable in class org.apache.log4j.helpers.SyslogWriter
T
- TAB - Static variable in class org.apache.log4j.helpers.SingleLineTracerPrintWriter
- THREAD_CONVERTER - Static variable in class org.apache.log4j.helpers.PatternParser
- TIMEZONE_OPTION - Static variable in class org.apache.log4j.helpers.DateLayout
- Deprecated. Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
- TSTR - Static variable in class org.apache.log4j.helpers.Loader
- ThreadLocalMap - class org.apache.log4j.helpers.ThreadLocalMap.
ThreadLocalMapextends java.lang.InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.- ThreadLocalMap() - Constructor for class org.apache.log4j.helpers.ThreadLocalMap
- Transform - class org.apache.log4j.helpers.Transform.
- Utility class for transforming strings.
- Transform() - Constructor for class org.apache.log4j.helpers.Transform
- tail - Variable in class org.apache.log4j.helpers.PatternParser
- timeZoneID - Variable in class org.apache.log4j.helpers.DateLayout
- toBoolean(String, boolean) - Static method in class org.apache.log4j.helpers.OptionConverter
- If
valueis "true", thentrueis returned. - toFileSize(String, long) - Static method in class org.apache.log4j.helpers.OptionConverter
- toInt(String, int) - Static method in class org.apache.log4j.helpers.OptionConverter
- toLevel(String, Level) - Static method in class org.apache.log4j.helpers.OptionConverter
- Converts a standard or custom priority level to a Level object.
- type - Variable in class org.apache.log4j.helpers.PatternParser.BasicPatternConverter
- type - Variable in class org.apache.log4j.helpers.PatternParser.LocationPatternConverter
W
- WARN_PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- WARN_PREFIX - Variable in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- warn(String) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal warning statements.
- warn(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal warnings.
- warnedAlready - Variable in class org.apache.log4j.helpers.FileWatchdog
- wasEmpty() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Returns
trueif there is just one element in the buffer. - wasFull() - Method in class org.apache.log4j.helpers.BoundedFIFO
- Returns
trueif the number of elements in the buffer plus 1 equals the maximum buffer size, returnsfalseotherwise. - write(String) - Method in class org.apache.log4j.helpers.CountingQuietWriter
- write(String) - Method in class org.apache.log4j.helpers.QuietWriter
- write(String) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
- write(char[], int, int) - Method in class org.apache.log4j.helpers.SyslogWriter
- write(String) - Method in class org.apache.log4j.helpers.SyslogWriter
A B C D E F G H I J K L M N O P Q R S T W
|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ helpers overview ] | PREV NEXT | ||||||||