You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > ITraceWriter Interface > ITraceWriter Methods > Trace Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
ITraceWriter.Trace Method

Writes the specified trace level, message and optional exception.

Syntax
C++
C#
Visual Basic
void Trace( TraceLevel level, string message, Exception ex );
Parameters
Parameters 
Description 
level 
The TraceLevel at which to write this trace. 
message 
The trace message. 
ex 
The trace exception. This parameter is optional. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.