public class ZoneInfoLogger
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.ThreadLocal<java.lang.Boolean> |
cVerbose |
Constructor and Description |
---|
ZoneInfoLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
set(boolean verbose) |
static boolean |
verbose()
Gets a flag indicating that verbose logging is required.
|