Java logging framework: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 115.249.70.178 to version by 80.153.244.80. False positive? Report it. Thanks, ClueBot NG. (852944) (Bot)
Line 14:
 
=== 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]] with an optional severity level to the logger object under a given a name/identifier.aaa
 
==== Name ====