warning method

warning

Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.

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

See Also