Package org.eclnt.util.log
Class Log4JLogOutputV2PlainText
java.lang.Object
org.eclnt.util.log.Log4JLogOutputV2PlainText
- All Implemented Interfaces:
CLogConstants,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.
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.
-
Field Summary
Fields inherited from interface org.eclnt.util.log.CLogConstants
LL_DBG, LL_ERR, LL_INF, LL_WAR -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Log4JLogOutputV2PlainText
public Log4JLogOutputV2PlainText()
-
-
Method Details
-
log
- Specified by:
login interfaceILogOutput
-
log
- Specified by:
login interfaceILogOutput
-