Interface <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ITraceWriter
Assembly: IronWord.dll
Syntax
public interface <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ITraceWriter
Properties
LevelFilter
Declaration
TraceLevel LevelFilter { get; }
Property Value
Type |
Description |
System.Diagnostics.TraceLevel |
|
Methods
Trace(TraceLevel, String, Exception)
Declaration
void Trace(TraceLevel level, string message, Exception ex)
Parameters
Type |
Name |
Description |
System.Diagnostics.TraceLevel |
level |
|
System.String |
message |
|
System.Exception |
ex |
|