Tagged Questions
11
votes
3answers
19k views
How do I configure a RollingFileAppender to roll by date and size with log4net?
I am configure log4net to use a composite RollingFileAppender so that the current file is always named logfile.log and all subsequent files are named logfile-YYYY.MM.dd.seq.log where seq is the ...
1
vote
3answers
518 views
Log4Net not rolling on MaxFileSize
Somehow my log4net not rolling to a new file when the old log file exceeds the MaxFileSize and also stop writing log information to the already exceeded one. But when I restart the server, it did ...
0
votes
1answer
67 views
Programmatically Enable Logback in Debug Mode?
I was wondering if there is a way to enable debug mode programmatically. Since I'm not allowed to use configuration file, I'm currently configure everything programmatically. Recently, I ran into an ...