Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7400721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:17:29+00:00 2026-05-29T04:17:29+00:00

I am trying to write separate logs for different packages using log4j. I am

  • 0

I am trying to write separate logs for different packages using log4j. I am able to write separate logs for different levels using a customize appender.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T04:17:30+00:00Added an answer on May 29, 2026 at 4:17 am

    You need two appender like this:

    log4j.appender.MYLOGFILE=org.apache.log4j.FileAppender
    log4j.appender.MYLOGFILE.File=/abc.log
    log4j.appender.MYLOGFILE.Append=true
    log4j.appender.MYLOGFILE.layout=org.apache.log4j.PatternLayout
    log4j.appender.MYLOGFILE.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
    
    log4j.appender.MYLOGFILE1=org.apache.log4j.FileAppender
    log4j.appender.MYLOGFILE1.File=/abcde.log
    log4j.appender.MYLOGFILE1.Append=true
    log4j.appender.MYLOGFILE1.layout=org.apache.log4j.PatternLayout
    log4j.appender.MYLOGFILE1.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
    

    Then you define your packages:

    log4j.logger.mypackage=MYLOGFILE
    log4j.additivity.mypackage=false
    
    
    log4j.logger.secondpackage=MYLOGFILE1
    log4j.additivity.secondpackage=false
    

    The last line(additivity) is needed to not have your package inherit the global appender. Doing so will result in the log messages from mypackage also printed at the default appender.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a report to recommend moving transaction logs to a separate
I'm using the below log4net configuration. I'm trying to write performance logs to a
I'm trying to write a library to separate all the disk activity out into
I am trying to write to copy a file by invoking a separate thread.
I'm trying to write a simple program that will compare the files in separate
I am trying to write a python program using Python 3 I have to
I'm trying to write an app using Ruby on Rails and I'm trying to
I'm trying to write a simple SNPP (Simple Network Paging Protocol) client using sockets.
I'm trying to write a CSV parser using Scala parser combinators. The grammar is
I am trying to write my javascript functions in a separate file functions.js. Right

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.