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
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:
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
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
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
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
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