You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > TraceLevel Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.TraceLevel Enumeration

Specifies what messages to output for the ITraceWriter class.

Syntax
C++
C#
Visual Basic
public: enum TraceLevel { Off = 0, Error = 1, Warning = 2, Info = 3, Verbose = 4 };
Members
Members 
Description 
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.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.