Skip to content

Instantly share code, notes, and snippets.

@jforge
Created October 2, 2015 12:28
Show Gist options
  • Save jforge/51e889225b52020ae3cb to your computer and use it in GitHub Desktop.
Save jforge/51e889225b52020ae3cb to your computer and use it in GitHub Desktop.
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class RetailPOS {
private static final Logger log = LogManager.getLogger(RetailPOS.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment