TraceEnablePrettyPrinting property

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

Implementation

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

Implementation

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