LogWriterBase.WriteMessage Method
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
WriteMessage(String)
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.
Declaration
protected virtual void WriteMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Full message info. |