public class Log
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
log(java.lang.String message)
Writes a message to the log.
|
static void |
log(java.lang.String message,
java.lang.Throwable t)
Writes a message and exception to the log.
|
public static void log(java.lang.String message)
message - the messagepublic static void log(java.lang.String message,
java.lang.Throwable t)
message - the messaget - the exception