Common Logging 2.0 API Reference

AbstractSimpleLogger.FormatOutput Method

Appends the formatted message to the specified StringBuilder.

[Visual Basic]
Protected Overridable Sub FormatOutput( _
   ByVal stringBuilder As StringBuilder, _
   ByVal level As LogLevel, _
   ByVal message As Object, _
   ByVal e As Exception _
)
[C#]
protected virtual void FormatOutput(
   StringBuilder stringBuilder,
   LogLevel level,
   object message,
   Exception e
);

Parameters

stringBuilder
the StringBuilder that receíves the formatted message.
level
message
e

See Also

AbstractSimpleLogger Class | Common.Logging.Simple Namespace