ยท
1 min read
basicConfig()
to configure the root logger works only if the root logger has not been configured before. Basically, this function can only be called once.
basicConfig()
to configure the root logger works only if the root logger has not been configured before. Basically, this function can only be called once.