Log a message at the INFO level. @param msg the message string to be logged
(String msg)
| 468 | * @param msg the message string to be logged |
| 469 | */ |
| 470 | public void info(String msg); |
| 471 | |
| 472 | /** |
| 473 | * Log a message at the INFO level according to the specified format |
no outgoing calls