warning method

warning(self, message)

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 System.String The error message.

See Also