project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

custom logger class with notice #106

Closed laroque closed 9 years ago

laroque commented 9 years ago

Would be good to have logger.notice() which is logger.log(25, ) these would more sparse status reports than info.

laroque commented 9 years ago

I've reversed my position on this; documentation of python's logging module seems to discourage implementation of custom levels within libraries. I'll just use logger.log(25, ) in the few cases I need it.