Two questions Andrea:
- Confirmation - Logging.getLogger(String) still returns a 
java.util.logging.logger
- the class GeoTools is being used (by me at least) for all GeoTools 
integration concerns (intergrate GeoTools library with container JNDI, 
global Hints settings etc...); it would be nice if the redirectToLog4j() 
methods could be added to this class instead; you may wish to add the 
getLogger method as well.

AFTER:
> import java.util.logging.Logger;
> import org.geotools.util.GeoTools;
> ...
> private static final Logger LOGGER = 
> GeoTools.getLogger("org.geotools.rendering");
> }
Cheers,
Jody

> Hi all,
> here is the proposal:
> http://docs.codehaus.org/display/GEOTOOLS/Allow+redirection+to+alternate+logging+API
>
> Given the amount of discussion the topic has received I feel it's
> ready for voting, but feel free to discuss it again if you need to.
>
> I'm cc'ing GeoServer too since to make everything work fine we'll have
> to switch all Logger.getLogger(xxx) calls to Logging.getLogger(xxx) in
> GeoServer code as well.
> Cheers
> Andrea
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Geoserver-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to