We are migrating from log4j 1.x to log4j 2.3.2.Our code has few Tibco RV appenders in properties file like below:
root.append.rv=<appender-ref ref ="LOG"/>
rv.login.threshold=WARN
How to do this in log4j2.3.2? Kindly help me with a sample code.
We are migrating from log4j 1.x to log4j 2.3.2.Our code has few Tibco RV appenders in properties file like below:
root.append.rv=<appender-ref ref ="LOG"/>
rv.login.threshold=WARN
How to do this in log4j2.3.2? Kindly help me with a sample code.