RedactorLogEntry constructor

init

Initializes a new instance of RedactorLogEntry class for redaction.

def __init__(self, redaction, result):
    ...
Parameter Type Description
redaction Redaction Reference to redaction
result RedactionResult Redaction result, reported by format handler

See Also