Java 11 Core Libraries: Java Log System
Logging is crucial for understanding what is happening to your app in production. This course will teach you how to use the Java Log System for logging and give you some back practices for logging in your application as well.
What you'll learn
Applications can sometimes behave unexpectedly, finding out what is going on can be really difficult. This can be solved by logging well. In this course, Java Core Libraries: Java Log System, you’ll learn to log in your Java application. First, you’ll explore the need for logging in applications and when you should be logging. Next, you’ll discover how to write log messages using je Java Log System. Finally, you’ll learn how to configure the logging and set up handlers and log formatters. When you’re finished with this course, you’ll have the skills and knowledge of the Java Log System needed to apply logging well in your own applications.