warning method

On this page

warning

Logs a warning that occurred during watermarking.

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

See Also

On this page