public class Logger extends Object
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(Object debug) |
static void |
err(String txt) |
static void |
error(Object error) |
static void |
info(Object info) |
static void |
init(boolean commandBased,
XRayForm form) |
static void |
out(String txt) |
static void |
stackTrace(Throwable th) |
public static void init(boolean commandBased,
XRayForm form)
public static void stackTrace(Throwable th)
public static void error(Object error)
public static void info(Object info)
public static void debug(Object debug)
public static void err(String txt)
public static void out(String txt)
Copyright © 2017. All rights reserved.