Skip to content

Instantly share code, notes, and snippets.

@iwein
Created July 25, 2011 13:42
Show Gist options
  • Save iwein/1104145 to your computer and use it in GitHub Desktop.
Save iwein/1104145 to your computer and use it in GitHub Desktop.
A simple logback logger with a single appender-ref
<logger name="iwein.samples.foo">
<appender-ref ref="STDOUT1" level="trace" />
<appender-ref ref="STDOUT2" level="debug" />
</logger>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment