Course Overview
SLF4j:
The Simple Logging Facade for Java (SLF4J) provides a logging API which serves as a simple facade or abstraction for various frameworks (e.g. java.util.logging, log back, log4j), this can make it more easier to integrate with existing or third party code or to deliver code into other projects that have already made a choice of logging backend. Github found that the most popular Java library is SLF4J with more than 30% projects using it.
The training is based of DevOps tool known as SLF4J. In this you would learn about the basic of SLF4J, hands-on with SLF4J, different log levels, benefits or using of SLF4J, best practices and last but not the least the configuration of log properties.
Through this training you shall learn the following :-
- Excitement of the Course (introduction)
- What is SLF4J (Façade Design Pattern)
- Hands on with SLF4j (with Log4j as logging framework )
- Different Log Levels
- Benefits or Using of SLF4J
- Best Practices
- Configuration of log properties
Target Customers:
- Web developers
- Web designers
- Students
- Someone who wants to learn mapping solutions
Pre-Requisites:
- Basic Knowledge of Java and Maven