org.x4juli.formatter.pattern
Class CurrentlyNotAvailableConverter

java.lang.Object
  extended byorg.x4juli.global.components.AbstractComponent
      extended byorg.x4juli.formatter.pattern.PatternConverter
          extended byorg.x4juli.formatter.pattern.LogRecordPatternConverter
              extended byorg.x4juli.formatter.pattern.CurrentlyNotAvailableConverter
All Implemented Interfaces:
Component
Direct Known Subclasses:
NDCPatternConverter, PropertiesPatternConverter

public class CurrentlyNotAvailableConverter
extends LogRecordPatternConverter

Super Class for currently not available converters.

Since:
0.5
Author:
Boris Unckel

Field Summary
 
Fields inherited from class org.x4juli.formatter.pattern.PatternConverter
 
Fields inherited from class org.x4juli.global.components.AbstractComponent
manager, repository
 
Constructor Summary
protected CurrentlyNotAvailableConverter(java.lang.String name, java.lang.String style)
           
 
Method Summary
 void format(ExtendedLogRecord record, java.lang.StringBuffer toAppendTo)
          Formats an event into a string buffer.
 
Methods inherited from class org.x4juli.formatter.pattern.LogRecordPatternConverter
format, handlesThrowable
 
Methods inherited from class org.x4juli.formatter.pattern.PatternConverter
getMessageProperties, getName, getStyleClass, toString
 
Methods inherited from class org.x4juli.global.components.AbstractComponent
getLogger, getLoggerRepository, getNonFloodingLogger, getProperty, getProperty, getProperty, getProperty, resetErrorCount, setObjectStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurrentlyNotAvailableConverter

protected CurrentlyNotAvailableConverter(java.lang.String name,
                                         java.lang.String style)
Parameters:
name -
style -
Method Detail

format

public final void format(ExtendedLogRecord record,
                         java.lang.StringBuffer toAppendTo)
Formats an event into a string buffer.

Specified by:
format in class LogRecordPatternConverter
Parameters:
record - to format, may not be null.
toAppendTo - string buffer to which the formatted event will be appended. May not be null.
Since:


${license_html}