org.x4juli.formatter.pattern
Class FileDatePatternConverter

java.lang.Object
  extended byorg.x4juli.formatter.pattern.FileDatePatternConverter

public final class FileDatePatternConverter
extends java.lang.Object

Formats an date by delegating to DatePatternConverter. The default date pattern for a %d specifier in a file name is different than the %d pattern in pattern layout.

Logging API as a whole was originally done for Apache log4j. Juli is a port of main parts of that to complete the Java Logging APIs. All credits for initial idea, design, implementation, documentation belong to the log4j crew. This file was originally published by Curt Arnold. Please use exclusively the appropriate mailing lists for questions, remarks and contribution.

Since:
0.5
Author:
Boris Unckel

Constructor Summary
private FileDatePatternConverter()
          Private Constructor
 
Method Summary
static PatternConverter newInstance(java.lang.String[] options)
          Obtains an instance of pattern converter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDatePatternConverter

private FileDatePatternConverter()
Private Constructor

Since:
0.5
Method Detail

newInstance

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

Parameters:
options - options, may be null.
Returns:
instance of pattern converter.
Since:
0.5


${license_html}