Skip to content

Instantly share code, notes, and snippets.

@zzzfree
Created March 30, 2013 14:37
Show Gist options
  • Save zzzfree/5276935 to your computer and use it in GitHub Desktop.
Save zzzfree/5276935 to your computer and use it in GitHub Desktop.
//http://logging.apache.org/log4j/2.0/manual/configuration.html#ConfigurationSyntax
import org.apache.logging.log4j.Logger;
static Logger logger = LogManager.getLogger(Bar.class.getName());
logger.error("Did it again!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment