简体   繁体   中英

What does logging.basicConfig do?

I have seen this in a lot of python code what does this do? What is it useful for?

logging.basicConfig(level=loglevel, format=myname)

Please read the documentation - it explains your question in detail:http://docs.python.org/library/logging.html#logging.basicConfig "baseConfig"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM