warning method

warning

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

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

See Also