Package org.geotools.data.vpf
Class VPFLogger
- Object
-
- VPFLogger
-
public class VPFLogger extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
levelSet
protected static Logger
LOGGER
The logger for the vpf module.protected static Level
loggerLevel
-
Constructor Summary
Constructors Constructor Description VPFLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Logger
getLogger()
static Level
getLoggerLevel()
static boolean
isLoggable(Level level)
static void
log(String msg)
static void
setLoggerLevel(Level level)
-