The FtpTrace type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddListener |
Add a TraceListner to the collection. You can use one of the predefined
TraceListeners in the System.Diagnostics namespace, such as ConsoleTraceListener
for logging to the console, or you can write your own deriving from
System.Diagnostics.TraceListener.
|
|
RemoveListener |
Remove the specified TraceListener from the collection
|
|
Write(String) |
Write to the TraceListeners
|
|
Write(String, array<Object>[]()[][]) |
Write to the TraceListeners.
|
|
WriteLine(String) |
Write to the TraceListeners
|
|
WriteLine(String, array<Object>[]()[][]) |
Write to the TraceListeners.
|