Content deleted Content added
No edit summary |
m Fix links to disambiguation page Exception |
||
Line 1:
{{Multiple issues
| refimprove
| original research
}}
A '''Java logging framework''' is a [[computer data logging]] package for the [[Java platform]].
Line 14 ⟶ 13:
=== Logger ===
A Logger is an object that allows the application to log without regard to where the output is sent/stored. The application logs a message by passing an object or an object and an [[Exception handling|exception]] with an optional severity level to the logger object under a given a name/identifier.
==== Name ====
|