public class LogLog extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
debugEnabled |
protected static boolean |
infoEnabled |
| Constructor and Description |
|---|
LogLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg) |
static void |
debug(String msg,
Throwable t) |
static void |
error(String msg) |
static void |
error(String msg,
Throwable t) |
static void |
info(String msg) |
static void |
info(String msg,
Throwable t) |
static void |
setInternalDebugging(boolean enabled) |
static void |
setInternalInfoing(boolean enabled) |
static void |
setQuietMode(boolean quietMode) |
static void |
warn(String msg) |
static void |
warn(String msg,
Throwable t) |
protected static boolean debugEnabled
protected static boolean infoEnabled
public static void setQuietMode(boolean quietMode)
public static void setInternalDebugging(boolean enabled)
public static void setInternalInfoing(boolean enabled)
public static void debug(String msg)
public static void info(String msg)
public static void error(String msg)
public static void warn(String msg)
Copyright © 2017. All rights reserved.