Hello Friends,
I have implemented *NestedSetup *with *StreamHandler *and
*TimedRotatingFileHandler
*using Logbook which works fine. But with the application requirement, I
also want to show the logging on the GUI under wx.TextCtrl instance. Is
there any handler or some way I can achieve it?
Below is the snippet of working setup:
logging_setup = NestedSetup([
NullHandler(),
StreamHandler(
sys.stdout,
bubble=False,
level=loggingLevel
),
TimedRotatingFileHandler(
logPath,
level=0,
backup_count=3,
bubble=True,
date_format='%Y-%m-%d',
)
])
Kindly share if you need more info.
Regards,
Ankur
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.