Logging frameworks and concepts

There are lots of logging frameworks and this is probably one challenge integrators have, since the more you integrate libraries, the more you will need to ensure loggers are consistent and potentially go to the same output. However, they all share the same basic concepts, which are important to understand to know how to properly use loggers and how they can impact the application performance in a bad way if you don't take care of their usages.

These concepts can be differently named depending on the framework, but to identify them, we will use the JUL names in this book:

  • Logger
  • Logger Factory
  • LogRecord
  • Handler
  • Filter
  • Formatter
  • Level

Get Java EE 8 High Performance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.