warning method

On this page

warning

Writes a warning log message.

Warning log messages provide information about unexpected and recoverable events in the application flow.

def warning(self, message):
    ...
Parameter Type Description
message str The warning message.

See Also

On this page