coolbole / gpx4j

Automatically exported from code.google.com/p/gpx4j
0 stars 0 forks source link

Logger in tools #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment GpxTools project has no logger.

Idea: Use the libGpx4J logger. Problem: Need to use the GpxDriver singleton 
instance, and it's not a good idea to use that instance from tools because 
tools are tools and driver is driver. Library user uses the driver to 
read/write gpx documents and the tools to operate with the data contained in 
those docs.

Idea: Duplicate the logger mechanism in driver. Create instance, load 
properties from several sources. Just like in libGpx4J. Problem: Reinvent the 
wheel. Code duplicated.

Original issue reported on code.google.com by superkas83 on 7 Apr 2011 at 7:15