TraceEnablePrettyPrinting property

bool get TraceEnablePrettyPrinting
Gets or sets a value indicating whether trace output is pretty printed.

Implementation

bool get TraceEnablePrettyPrinting => this._traceEnablePrettyPrinting;
set TraceEnablePrettyPrinting (bool value)

Implementation

set TraceEnablePrettyPrinting(bool value) {
  this._traceEnablePrettyPrinting = value;
}