public class DebugUtil extends Object
Constructor and Description |
---|
DebugUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
logException(Throwable e,
Logger log)
Log an exception to a primitive logger
|
static String |
toHex(int example,
int value)
Convert to hex notation (ex.
|
public static String toHex(int example, int value)
example
- Notation Example (0xFFFF for 16-bit whitespace in this example)value
- Value to Convert (1 in this example)Copyright © 2019. All rights reserved.