Ben Feinstein <[email protected]> added the comment: I use the logging module to log records of lab experiments. I have two types of loggers, one for experiment results ("data") and another for general information. I think that having a different managers for data loggers is the easiest way to do it.
On Thu, Mar 15, 2018, 07:25 Vinay Sajip <[email protected]> wrote: > > Vinay Sajip <[email protected]> added the comment: > > The logRecordFactory attribute was added but never used and is part of an > internal API (the Manager isn't documented, on purpose). Why do you need a > manager-specific factory? > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue33057> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33057> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
