Table of Contents

Class MemoryTraceWriter

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public class MemoryTraceWriter : ITraceWriter
Inheritance
MemoryTraceWriter
Implements
Inherited Members
Extension Methods

Constructors

MemoryTraceWriter()

public MemoryTraceWriter()

Properties

LevelFilter

public TraceLevel LevelFilter { get; set; }

Property Value

TraceLevel

Methods

GetTraceMessages()

public IEnumerable<string> GetTraceMessages()

Returns

IEnumerable<string>

ToString()

public override string ToString()

Returns

string

Trace(TraceLevel, string, Exception?)

public void Trace(TraceLevel level, string message, Exception? ex)

Parameters

level TraceLevel
message string
ex Exception