• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

log4j component level log

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello team,
I'm starting with log4j here, I got a situation in my project.. I appreciate any of your suggestion.
I got many core componenets in my app.. Let say..
org.myapp.security.*
org.myapp.admin.*
org.myapp.navigation.*
I like to get each of the component log at different priority and different log file.
for example:
org.myapp.security.* -> DEBUG -> security.log
org.myapp.navigation.* -> WARN -> navigation.log
I seached the forum; no solution yet.
Thanks in adv.
Bharathi
[ January 22, 2004: Message edited by: Bharathi Balasubramanian ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic