TraceLogWriter.WriteMessage Method
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
WriteMessage(String)
Appends the specified message text to the trace listeners log. This method is only called by Write(LogLevel, Type, Int32, String, String) method and is only used by text-based loggers.
Declaration
protected override void WriteMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Full message info. |