On Mar 31, 4:01 pm, MRAB wrote:
> dj wrote:
> > On Mar 31, 12:58 pm, MRAB wrote:
> >> dj wrote:
> >>> On Mar 30, 4:18 pm, Vinay Sajip wrote:
> On Mar 30, 4:13 pm, dj wrote:
> > I am trying to create a log level called userinfo for the
> > pythonlogging. I read the source code and
dj wrote:
On Mar 31, 12:58 pm, MRAB wrote:
dj wrote:
On Mar 30, 4:18 pm, Vinay Sajip wrote:
On Mar 30, 4:13 pm, dj wrote:
I am trying to create a log level called userinfo for the pythonlogging. I read
the source code and tried to register the level to theloggingnamespace with the
follow
On Mar 31, 12:58 pm, MRAB wrote:
> dj wrote:
> > On Mar 30, 4:18 pm, Vinay Sajip wrote:
> >> On Mar 30, 4:13 pm, dj wrote:
>
> >>> I am trying to create a log level called userinfo for the pythonlogging.
> >>> I read the source code and tried to register the level to
> >>> theloggingnamespace
dj wrote:
On Mar 30, 4:18 pm, Vinay Sajip wrote:
On Mar 30, 4:13 pm, dj wrote:
I am trying to create a log level called userinfo for the pythonlogging. I read
the source code and tried to register the level to theloggingnamespace with the
following source:
fromloggingimport
On Mar 30, 4:18 pm, Vinay Sajip wrote:
> On Mar 30, 4:13 pm, dj wrote:
>
>
>
> > I am trying to create a log level called userinfo for the pythonlogging. I
> > read the source code and tried to register the level to theloggingnamespace
> > with the following source:
>
> > fromloggi
On Mar 30, 4:13 pm, dj wrote:
> I am trying to create a log level called userinfo for the pythonlogging. I
> read the source code and tried to register the level to theloggingnamespace
> with the following source:
>
> fromloggingimport Logger
>
> # create th
I am trying to create a log level called userinfo for the python
logging. I read the source code and tried to register the level to the
logging namespace with the following source:
from logging import Logger
# create the custom log level