- resourceBundleName
- the name of the resource bundle used to localize log messages.
Documentation for this section has not yet been entered.
Type Reason Java.Util.MissingResourceException if the specified resource bundle can not be loaded.
Gets an anonymous logger to use internally in a thread. Anonymous loggers are not registered in the log manager's namespace. No security checks will be performed when updating an anonymous logger's control settings.
The anonymous loggers' parent is set to be the root logger. This way it inherits default logging level and handlers from the root logger.