Table of Contents

Interface ITraceWriter

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public interface ITraceWriter
Extension Methods

Properties

LevelFilter

TraceLevel LevelFilter { get; }

Property Value

TraceLevel

Methods

Trace(TraceLevel, string, Exception?)

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

Parameters

level TraceLevel
message string
ex Exception