org.geotools.arcsde.logging
Class Loggers
Object
Loggers
public class Loggers
- extends Object
Creates a Logger
using the geotools org.geotools.util.logging.Logging
utility
class if available, or the standard Logger.getLogger(String)
method otherwise.
This Jar may be used without geotools' gt-metadata being in the class path, so try to use the
org.geotools.util.logging.Logging.getLogger method reflectively and fall back to plain
java.util.logger if that's the case
- Since:
- 2.6.6
- Author:
- Gabriel Roldan
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loggers
public Loggers()
getLogger
public static Logger getLogger(String name)
Copyright © 1996-2014 Geotools. All Rights Reserved.