Component Introduction
Quick Start
API Reference
Print in the standard output stream as well as into the log file.
*msg (any) – Message(s) to print and log.
level (int, optional) – Log level. Default: logging.INFO.
logging.INFO
enable_log (bool, optional) – Whether to log the message. In some cases, like before logging configuration, this flag would be set as False. Default: True.
True