Interface ITraceWriter
- Namespace
- Newtonsoft.Json.Serialization
- Assembly
- Newtonsoft.Json.dll
public interface ITraceWriter
- Extension Methods
Properties
LevelFilter
TraceLevel LevelFilter { get; }
Property Value
Methods
Trace(TraceLevel, string, Exception?)
void Trace(TraceLevel level, string message, Exception? ex)
Parameters
level
TraceLevelmessage
stringex
Exception