• 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

java.util.Logger on Jboss-4.0.4.GA

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
from url http://wiki.jboss.org/wiki/Wiki.jsp?page=JdkLogging
I have suspect what is config file to set

To use this, specify the following system properties:

*org.jboss.logging.Logger.pluginClass = logging.JDK14LoggerPlugin to specify the custom JDK1.4 plugin.
*java.util.logging.config.file = logging.properties to specify the JDK1.4 logging configuration file.


And if I have Logger java file that extend from Logger.How do I can set?

would you explain me on detail this case

Thank
 
Hot dog! An advertiser loves us THIS much:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic