All about logging in Java

Introduction

In this series, I want to group all posts relevant to logging in Java including logging frameworks and wrappers, how to setup and which one should go with.

Content

Simple steps to log messages in Java programs using Log4j
Draws baby steps for you to integrate Log4j in your Java based applications

Getting started with Log4j2
Brings you to simple steps to establish Log4j2 in your Java based applications

Demonstration of using SLF4J with various logging frameworks
Represents a way of using SLF4J with log4j, log4j2, logback, simplelogger and java util logging.