Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum Newtonsoft.​Json.​TraceLevel
Assembly: Newtonsoft.Json
Specifies what messages to output for the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter" /> class.
Values
Off
Output no tracing and debugging messages.
Error
Output error-handling messages.
Warning
Output warnings and error-handling messages.
Info
Output informational messages, warnings, and error-handling messages.
Verbose
Output all debugging and tracing messages.