public final class

BridgePatternParser

extends PatternParser
java.lang.Object
   ↳ org.apache.log4j.helpers.PatternParser
     ↳ org.apache.log4j.pattern.BridgePatternParser

Class Overview

The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.

Summary

[Expand]
Inherited Fields
From class org.apache.log4j.helpers.PatternParser
Public Constructors
BridgePatternParser(String conversionPattern)
Create a new instance.
Public Methods
PatternConverter parse()
Create new pattern converter.
[Expand]
Inherited Methods
From class org.apache.log4j.helpers.PatternParser
From class java.lang.Object

Public Constructors

public BridgePatternParser (String conversionPattern)

Create a new instance.

Parameters
conversionPattern pattern, may not be null.

Public Methods

public PatternConverter parse ()

Create new pattern converter.

Returns
  • pattern converter.