Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created July 30, 2018 23:45
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 wkorando/c92bb1fbb02a16ed987d10d1e72fc228 to your computer and use it in GitHub Desktop.
Save wkorando/c92bb1fbb02a16ed987d10d1e72fc228 to your computer and use it in GitHub Desktop.
<configuration>
<appender name="static-appender" class="com.bk.logging.StaticAppender" />
<root level="trace">
<appender-ref ref="static-appender" />
</root>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment