org.x4juli.formatter.pattern
Class PropertiesPatternConverter

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
                  extended byorg.x4juli.formatter.pattern.PropertiesPatternConverter
All Implemented Interfaces:
Component

public class PropertiesPatternConverter
extends CurrentlyNotAvailableConverter

Currently not available. Returns always "?".

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
private PropertiesPatternConverter(java.lang.String[] options)
          Private constructor.
 
Method Summary
static PropertiesPatternConverter newInstance(java.lang.String[] options)
          Obtains an instance of PropertiesPatternConverter.
 
Methods inherited from class org.x4juli.formatter.pattern.CurrentlyNotAvailableConverter
format
 
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

PropertiesPatternConverter

private PropertiesPatternConverter(java.lang.String[] options)
Private constructor.

Method Detail

newInstance

public static PropertiesPatternConverter newInstance(java.lang.String[] options)
Obtains an instance of PropertiesPatternConverter.

Parameters:
options - options, may be null or first element contains name of property to format.
Returns:
instance of PropertiesPatternConverter.


${license_html}