Class Log4JLogOutputPlainText

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

public class Log4JLogOutputPlainText 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 1.x-versions.
  • Constructor Details

    • Log4JLogOutputPlainText

      public Log4JLogOutputPlainText()
  • Method Details