Re: Custom logging code(s) / numbers to the log level Error

2019-02-22 Thread Peter Otten
kibt...@gmail.com wrote: > I wanted to write/extend the logging library to have a custom Error number > for each exception (error) the code has. What's the best approach for > this? If possible can someone please provide a good starting code snippet. > Thanks You can pass arbitrary data via the `

Custom logging code(s) / numbers to the log level Error

2019-02-22 Thread kibtes2
I wanted to write/extend the logging library to have a custom Error number for each exception (error) the code has. What's the best approach for this? If possible can someone please provide a good starting code snippet. Thanks -- https://mail.python.org/mailman/listinfo/python-list