If the logger is currently enabled for the given message level then the given message is forwarded to all the registered output Handler objects.
@param level One of the message level identifiers, e.g. SEVERE @param sourceClass name of class that issued the logging request @param sourceMethod name of method that issued the logging request @param msg The string message (or a key in the message catalog)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|