After initializing the level-specific log files with logger.setup(...), this function will generate INFO level log statements.

logger.info(msg, ...)

Arguments

msg

Message with format strings applied to additional arguments.

...

Additional arguments to be formatted.

Value

No return value.

Note

All functionality is built on top of the excellent logger package.

See also