0

I have a log file main.log where my every log message in the project will be logging into that file.

Now I want to create two more log files pull.log and put.log and move pull messages to pull.log and put message to put.log from the main.log file by using logback in java.

Any ideas?

Paolo
  • 20,112
  • 21
  • 72
  • 113
sunny
  • 11
  • 2
  • Using log4j, this qustion hqve q response here : https://stackoverflow.com/questions/728295/creating-multiple-log-files-of-different-content-with-log4j – Paul Schneider Sep 12 '19 at 23:43
  • Possible duplicate of [Creating multiple log files of different content with log4j](https://stackoverflow.com/questions/728295/creating-multiple-log-files-of-different-content-with-log4j) – nbk Sep 12 '19 at 23:58

0 Answers0