• 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

log question

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a legacy web application that use Java log "java.util.logging.Logger"
recently I create another EJB module project (jar),extended web app use this EJB module.
when I deploy I put both web app and EJB module into one Enterprise Application project(ear),
my question is that how can I implement log for my EJB project,continue use Java log like web app?,log into same file? or should i use different log file for EJB?
or change that java log to Log4J,so still same log file or different log file?
if it is one same log file,should I implement in sub projects level or top project level?

thanks ranchers.
reply
    Bookmark Topic Watch Topic
  • New Topic