warning method

On this page

warning

Writes a warning log message, providing information about unexpected and recoverable events in the application flow.

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

See Also

On this page