Sets the tracing categories.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxvoid Trace(
TraceConstants categories
)
Sub Trace (
categories As TraceConstants
)
void Trace(
TraceConstants categories
)
Parameters
- categories TraceConstants
-
Trace these kinds of activities.
Remarks
Whenever a WinWrap Basic method, property or event is called or
WinWrap Basic code is executed the
DebugTrace event is fired.
Use this method to help debug the interaction between your application and
WinWrap Basic.
It may be a good idea to give your user the option of tracing to a file.
That will enable you to get useful information when things go wrong.
See Also