Skip to main content

skip to main content

developerWorks  >  WebSphere | Open source  >

Application logging in WebSphere Application Server Community Edition

Using java.util.logging, Log4j and SLF4j

developerWorks
Go to the previous pagePage 6 of 10 Go to the next page

Document options
PDF format - Fits A4 and Letter

PDF - Fits A4 and Letter
349 KB (29 pages)

Get Adobe® Reader®

Sample code


My developerWorks needs you!

Connect to your technical community


Rate this tutorial

Help us improve this content


Conclusion

We have shown how to use java.util.logging, Log4j and SLF4j in Community Edition in various ways. You have learned how to use gbeans to configure services at the server scope. You have also learned how classloader issues can become a problem when you need application-specific configurations for logging services. Finally, your applications might benefit from using SLF4j as a standard API for logging, to let you plug in the desired logging implementation at deployment time.



Back to top



Go to the previous pagePage 6 of 10 Go to the next page