Logs an event that occurred during redaction process.
Namespace: GroupDocs.Redaction.OptionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxvoid Trace(
string message
)
Sub Trace (
message As String
)
void Trace(
String^ message
)
abstract Trace :
message : string -> unit
Parameters
- message
- Type: SystemString
The event message.
See Also