Log a message at the WARN level. @param msg the message string to be logged
(String msg)
| 609 | * @param msg the message string to be logged |
| 610 | */ |
| 611 | public void warn(String msg); |
| 612 | |
| 613 | /** |
| 614 | * Log a message at the WARN level according to the specified format |
no outgoing calls