Sends the given string to the StreamBase application's logging system with a loglevel of TRACE.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LogTrace(
	string message
)
Public Sub LogTrace ( _
	message As String _
)
public:
void LogTrace(
	String^ message
)

Parameters

message
String
the message to log.

See Also