Logging tool

>wxWidgets has some nice logging features that we could mimic like being able 
>to log to different locations based on the platform. (stderr, streams, gui,  
>a widget inside app, null)

Paul please consider using Log4cxx
(http://logging.apache.org/log4cxx/), from the Apache Software
Foundation, very similar to Log4J (the foundation). It has runtime
configuration capabilities without recompiling the whole application.
You can change the logging level, have several destinations at once,
change the destinations, etc. at runtime by means of a config file.

I donīt doubt about the logging capabilities of wxWidgets, but I think
Log4cxx has a strong backend (ASF), good documentation and
implementation and has very spread used.

Pablo J. Rogina

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to