Sends the given string to the StreamBase application's logging system with a loglevel of WARN.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LogWarn( string message )
Public Sub LogWarn ( _ message As String _ )
public: void LogWarn( String^ message )
Parameters
- message
- String
the message to log.