public class D6Logger extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
Constructor and Description |
---|
D6Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
log(Class<?> clazz,
String msg)
To output the standard log message to the standard out
|
static void |
loge(Class<?> clazz,
String msg,
Exception... e)
To output the error log message to the error out
|
static void |
setLogging(boolean enableLogging)
To enable logging
|
Copyright © 2015. All rights reserved.