org.geotools.arcsde.logging
Class Loggers

Object
  extended by 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

Constructor Summary
Loggers()
           
 
Method Summary
static Logger getLogger(String name)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loggers

public Loggers()
Method Detail

getLogger

public static Logger getLogger(String name)


Copyright © 1996-2014 Geotools. All Rights Reserved.