Class Log4JLogOutputV2PlainText

java.lang.Object
org.eclnt.util.log.Log4JLogOutputV2PlainText
All Implemented Interfaces:
CLogConstants, ILogOutput

public class Log4JLogOutputV2PlainText extends Object implements ILogOutput
Default implementation of ILogOutput for passing log calls to the root logger of log4j.

In this implementation all escaped HTML characters are converted to normal characters for better read-ability. Disadvantgage: log output that is produced must not be directly shown within an HTML browser - because of potential script content!

This is the implementation for log4j 2.x-versions.
  • Constructor Details

    • Log4JLogOutputV2PlainText

      public Log4JLogOutputV2PlainText()
  • Method Details