Appends the specified message text into a text-based log. This method is only called by Write(LogLevel, Type, Int32, String, String) method
and is only used by text-based loggers.
Namespace:
RebexAssembly: Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll) Version: 2.0.4086.0
Syntax
| C# |
|---|
protected virtual void WriteMessage( string message ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub WriteMessage ( _ message As String _ ) |
| Visual C++ |
|---|
protected: virtual void WriteMessage( String^ message ) |
Parameters
- message
- Type: System..::.String
Full message info.