Skip to content

Tag Archives: log4j

Java Logging best practices using slf4j and logback

Overview Slf4j to logging is what JDBC is to Database access: an interface that streamlines logging api, plugs into several implementations at deploy time, and promotes best practices of logging. When should you use slf4j? If you believe coding for Interfaces works well in your project(s), then you need no explanation. Though slf4j is “not [...]