Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created October 10, 2014 08:42
Show Gist options
  • Select an option

  • Save dsdstudio/dd046c56c1b2e8f54522 to your computer and use it in GitHub Desktop.

Select an option

Save dsdstudio/dd046c56c1b2e8f54522 to your computer and use it in GitHub Desktop.
logback default setting programatically
LoggerContext lc = (LoggerContext) LoggerFactory.getILoggerFactory();
BasicConfigurator.configure(lc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment