Created
January 29, 2016 22:22
-
-
Save vaskaloidis/1a8af3490e0f35609a16 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
| package com.apelon.openhie.dataimportexport.util.logging; | |
| import org.apache.log4j.Logger; | |
| public class LoggerForApplication { | |
| private static final Logger logger = Logger.getLogger(LoggerForApplication.class); | |
| public static Logger get() { | |
| return logger; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment