public class LOG extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LOG.Severity
The enum Severity.
|
| Constructor and Description |
|---|
LOG() |
| Modifier and Type | Method and Description |
|---|---|
static void |
d(String msg,
Object... args)
D.
|
static void |
d(Throwable e,
CharSequence msg,
Object... args)
D.
|
static String |
toString(Throwable e)
To string string.
|
public static void d(Throwable e, CharSequence msg, Object... args)
e - the emsg - the msgargs - the argsCopyright © 2019 SimiaCryptus Software. All rights reserved.