Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created October 10, 2014 08:42
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 dsdstudio/dd046c56c1b2e8f54522 to your computer and use it in GitHub Desktop.
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