Package org.joda.time.tz
Class ZoneInfoLogger
- java.lang.Object
-
- org.joda.time.tz.ZoneInfoLogger
-
public class ZoneInfoLogger extends java.lang.Object
Logger for the compiler.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.ThreadLocal<java.lang.Boolean>
cVerbose
-
Constructor Summary
Constructors Constructor Description ZoneInfoLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
set(boolean verbose)
static boolean
verbose()
Gets a flag indicating that verbose logging is required.
-