python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add new appender to log4net file
I'm currently trying to add a Microsoft Teams appender to my project.
I have the following project structure:
I want to add the appender in my log4net.development.config, so I tried it in this way he...
LP1308
Votes: 0
Answers: 1
How to add variables to appender in log4j2?
is there way to add variables from code to appender?
e.g. <param name="sql" value="INSERT INTO logs(name,log,log_lvl,log_date) VALUES(" + myClass.getUser().getName() +",'%m...
kqlqk
Votes: 0
Answers: 1
How to write Tibco rv appenders in log4j2? Does log4j2 support Tibco rv appenders?
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...
user15584948
Votes: 0
Answers: 0