This class manages basic tracing for files.

C# | Visual Basic |
public static class Tracing
Public NotInheritable Class Tracing

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | Log(String) |
Logs the message to configured trace listeners.
|
![]() ![]() | Log(Exception) |
Logs an exception and its inner exception if available to configured trace listeners.
|
![]() ![]() | LogWithoutTimeStamp(String) |
Logs the message to configured trace listeners (without time stamp)
|

Object | |
![]() | Tracing |