public final class LogHelper extends Object
| Constructor and Description |
|---|
LogHelper() |
public static void log(Logger logger, Level level, String messageId, Throwable thrown, Object... params)
Throwable.logger - the Logger object to be used for logging the message.level - the Level of the message to be logged.messageId - the key in the resource bundle of the Logger containing the localized text.thrown - the Throwable associated with the message to be logged.params - the parameters to the localized text.Copyright © 2013. All Rights Reserved.