log src/core/log.py @ 1487:0df627d0b4ca

age author description
2015-03-30 Goffi 2015 copyright dates update
2014-08-25 Goffi core (logging): new backend_data parameter can be used to transmit specific data to a backend + Twisted backend use this option to know if we are in debug or nodaemon mode
2014-05-14 Goffi core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.
2014-05-08 Goffi core (log): added "custom" backend
2014-05-08 Goffi core (logs): workaround for pyjamas bug
2014-05-05 Goffi core (log/standard backend): added "%(profile)s" format management
2014-05-05 Goffi core(log): standard backend: colors are now checked on a per handler basis
2014-05-05 Goffi primitivus: use of new logging system:
2014-05-05 Goffi core (log): added magic %(profile)s key to log_fmt:
2014-05-05 Goffi core (log): refactoring + twisted backend:
2014-05-05 Goffi core (log): added advanced feature to basic backend (colors/formatting/level and logger filtering)
2014-05-05 Goffi core (logs): added formatting, name filter and outputs management:
2014-04-19 Goffi core (log): configuration and environment variables are now checked for log level and colors:
2014-04-19 Goffi core (log): twisted backend use logging methods instead of log.msg
2014-04-18 Goffi core: logging refactoring, first step: