This class manages basic tracing for files.
Declaration Syntax
C# | Visual Basic |
public static class Tracing
Public NotInheritable Class Tracing
Members
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)
|
Inheritance Hierarchy
Object | |
Tracing |