class RedactorBase

Defined at line 19 of file ../../src/developer/forensics/utils/redact/redactor.h

Public Methods

void ~RedactorBase ()

Defined at line 22 of file ../../src/developer/forensics/utils/redact/redactor.h

void RedactorBase (inspect::BoolProperty redaction_enabled)

Defined at line 116 of file ../../src/developer/forensics/utils/redact/redactor.cc

std::string & Redact (std::string & text)

Redacts |text| in-place and returns a reference to |text|.

std::string & RedactJson (std::string & text)

Redacts |text| in-place and returns a reference to |text| where text is a

JSON string.

std::string UnredactedCanary ()

Unredacted / redacted version of canary message for confirming log redaction.

std::string RedactedCanary ()