Skip to content

Instantly share code, notes, and snippets.

@vaskaloidis
Created January 29, 2016 22:23
Show Gist options
  • Select an option

  • Save vaskaloidis/87750b7d6b4808280dd8 to your computer and use it in GitHub Desktop.

Select an option

Save vaskaloidis/87750b7d6b4808280dd8 to your computer and use it in GitHub Desktop.
package com.apelon.openhie.dataimportexport.util.logging;
import org.apache.log4j.Logger;
public class LoggerForIntegrationTests {
private static final Logger logger = Logger.getLogger(LoggerForIntegrationTests.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