log#
- scikitplot.logging.log(level, msg, *args, **kwargs)[source]#
Log a message at the specified log level.
- Parameters:
- levelint
The logging level (e.g., DEBUG, INFO, WARNING, etc.).
- msgstr
The log message to be logged.
- argsany
Arguments for string formatting in the message.
- kwargsany
Additional keyword arguments for logging.