What is logging in Java

Posted by Neha P.
6
Nov 6, 2020
29 Views
Logging is an API that provides the ability to trace out the errors of the applications. When an application generates the logging call, the Logger records the event in the LogRecord.
Comments
avatar
Please sign in to add comment.