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:
Rebex
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Protected Overridable Sub WriteMessage ( _ message As String _ ) |
C# |
---|
protected virtual void WriteMessage( string message ) |
Parameters
- message
- Type: System..::..String
Full message info.