By Fernando Cano | May 3, 2016
Categories: Mozu Developers & Users
Java provides excellent logging capabilities that allow you to implement a logging strategy that is easy to code, easy to change, and standards based. This blog demonstrates how to use sl4j, a logging abstraction layer that allows you to select between various logging frameworks for your logging purposes (in our example, we choose log4j). You can apply this logging strategy to a standard Java application or to a Mozu Java SDK application.
Tags: Developer, Mozu, Applications, logging, Mozu Java SDK