Created
October 2, 2015 12:26
-
-
Save jforge/2ff880c369fefc0b2878 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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