
Logging and Management in Java SE
If you want to know what is happening in your application, you'll have to implement logging. This course will teach you how to add logging to your application and what best practices for logging are.
Learning Journey Context
Works well as a continuation after mastering Information Technology fundamentals. It bridges the gap toward advanced, production-level engineering.
Relevant for: Backend Developer, Software Engineer, API Developer.
Quick Facts
What You’ll Learn
Imagine having an application that is critical for your company, but there are some problems. Unfortunately, debugging the problem is hard since you don't know where to start. Why? Because logging was implemented poorly. In this course, Logging and Management in Java SE, you'll learn to implement logging in your application.
First, you'll explore the basics of logging with the logger from java.util.logging. Next, you'll discover how to create messages and manage loggers. Finally, you'll learn how to use third party tools for logging and what the best practices are. When you're finished with this course, you'll have the skills and knowledge of logging with Java 17 needed to implement this in your own applications.
Outcomes
- Course Overview : 1min.
- What Logging Is and How to Use It : 18mins.
- Adding a Logger and Creating Log Messages : 12mins.
- Managing and Configuring Logging : 13mins.
- Logging Best Practices : 9mins.
- External Log Libraries : 14mins.
FAQs
Top Alternatives
Highly-rated courses worth your attention



