Re: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-23 Thread Brent Owens
L); gt/plugin/postgis/src/org/geotools/data/postgis/PostgisDataStore.java: System.out.println("Error: " + geomAttribute.getName() gt/plugin/postgis/src/org/geotools/data/postgis/PostgisDataStore.java: System.out.println(s); gt/plugin/postgis/src/org/geotools/dat

Re: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-23 Thread Chris Holmes
stgisDataStore.java: System.out.println("Error: " + geomAttribute.getName() gt/plugin/postgis/src/org/geotools/data/postgis/PostgisDataStore.java: System.out.println(s); gt/plugin/postgis/src/org/geotools/data/postgis/attributeio/PgWKBAttributeIO.java:

RE: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-22 Thread John Grange
e.getName() gt/plugin/postgis/src/org/geotools/data/postgis/PostgisDataStore.java: System.out.println(s); gt/plugin/postgis/src/org/geotools/data/postgis/attributeio/PgWKBAttributeIO.java: System.out.println(i + " " + md.getColumnName(i) + " " + md.get

Re: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-21 Thread Chris Holmes
ools-devel] Usage of System.out and System.err vs Logger Hi John, It might take a while for the module maintainers to get around to changing the system outs to proper logging. I'm sure if you submitted the changed files to one of us with commit access, they could be rolled in easily and in

RE: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-21 Thread John Grange
I'll see what I can do on my spare cycles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Owens Sent: Tuesday, February 21, 2006 1:51 PM To: John Grange Cc: [email protected] Subject: Re: [Geotools-devel] Usage of Syste

Re: [Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-21 Thread Brent Owens
Hi John, It might take a while for the module maintainers to get around to changing the system outs to proper logging. I'm sure if you submitted the changed files to one of us with commit access, they could be rolled in easily and in a timely manner. Just at the current time there is heavy dev

[Geotools-devel] Usage of System.out and System.err vs Logger

2006-02-21 Thread John Grange
Title: Usage of System.out and System.err vs Logger Hi, I'm in the process of working on a J2EE project that is using geotools quite extensively.  Geotools is great, but there appears to be a somewhat irritating use of System.out.print* and System.err.print* peppered throughout the code (207