Prev Next

Java / log4j

Different types of Appenders in Log4j.

There are many types of appenders that include,

  • ConsoleAppender logs to standard output,
  • FileAppender writes logs to some file,
  • Rolling file appender appends to a file with a maximum size.

More Related questions...

Show more question and Answers...


Comments & Discussions