java.lang.Object
org.seppiko.glf.utils.GLFReport
public class GLFReport
extends java.lang.Object
GLF Report Util
- Author:
- Leonard Woo
-
Constructor Summary
Constructors
| Constructor |
Description |
GLFReport() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
static void |
err(java.lang.String msg) |
|
static void |
err(java.lang.String msg,
java.lang.Throwable t) |
|
static void |
info(java.lang.String msg) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public static void err(java.lang.String msg)
-
public static void err(java.lang.String msg,
java.lang.Throwable t)
-
public static void info(java.lang.String msg)