Skip to content

Instantly share code, notes, and snippets.

@parkercoleman
Created February 10, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parkercoleman/0ee86584d09d75b9082a to your computer and use it in GitHub Desktop.
Save parkercoleman/0ee86584d09d75b9082a to your computer and use it in GitHub Desktop.
void info(Object message) {
if(repository.isDisabled(Level.INFO_INT))
return;
if(Level.INFO.isGreaterOrEqual(this.getEffectiveLevel()))
forcedLog(FQCN, Level.INFO, message, null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment