Sorry for spamming this is suppose send to tutor-ow...@python.org
On Thu, Aug 1, 2019 at 5:08 PM Sinardy Xing wrote:
> Hi,
>
> I am learning to create python logging.
>
> My goal is to create a logging module where I can use as decorator in my
> main app
>
> follo
Hi,
I am learning to create python logging.
My goal is to create a logging module where I can use as decorator in my
main app
following is the logging code
start here---
import logging
#DEBUG: Detailed information, typically of interest only when
diagnosing problems.
#INFO : Conf