On Thu, Aug 28, 2008 at 2:09 AM, Johnathan James <
haxwell@...> wrote:
> Another question.. How is logging handled? Is there a solution more elegant
> than system.out.println()?
>
>
We use Log4J. You will find many classes that instantiate a logger as
follows:
/** Logger for this class. */
private final static ILogger s_log =
LoggerController.createLogger(<classname>.class);
We try to avoid System.out / System.err because we lose those messages to
the console.
That doesn't mean there aren't some still in there :)
Rob
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Squirrel-sql-develop mailing list
Squirrel-sql-develop@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-develop