예제 #1
0
 /**
  * Log info.
  *
  * @param message the message
  */
 public void logInfo(String message) {
   logInfo(message, null);
 }