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.





