Example #1
0
 /**
  * Log the specified information.
  *
  * @param message a human-readable message, localized to the current locale.
  */
 public void logInfo(String message) {
   LogUtils.logInfo(this, message, new Object[0]);
 }