Skip to content

Instantly share code, notes, and snippets.

@jforge
Created October 2, 2015 12:26
Show Gist options
  • Select an option

  • Save jforge/2ff880c369fefc0b2878 to your computer and use it in GitHub Desktop.

Select an option

Save jforge/2ff880c369fefc0b2878 to your computer and use it in GitHub Desktop.
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
public class RetailPOS {
private static final Logger log = Logger.getLogger(RetailPOS.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment