Class DiagnosticsTraceWriter
Inheritance
DiagnosticsTraceWriter
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class DiagnosticsTraceWriter : Newtonsoft.Json.Serialization.ITraceWriter
Constructors
Declaration
public DiagnosticsTraceWriter ();
Properties
Declaration
public System.Diagnostics.TraceLevel LevelFilter { get; set; }
Property Value
Methods
Declaration
public void Trace (System.Diagnostics.TraceLevel level, string message, Exception ex);
Parameters
Implements