Skip to content

Writing Application Logs

altenhof edited this page Mar 24, 2016 · 17 revisions

The Basics

As outlined in the Introduction, we do support applications that write logs using the slf4j API in combination with one of the API implementations logback or log4j2.

So you need to decide

  • which logging implementation you use,
  • set your Maven dependencies, and
  • adjust your logging configurations accordingly

We'll give details in the following sub sections

Using logback

Maven Dependencies

As we're talking about application logs in this section, we're only using the core feature

Clone this wiki locally