Common Logging 2.0 API Reference

EntLibLogger.WriteLog Method

Write the fully populated event to the log.

[Visual Basic]
Protected Overridable Sub WriteLog( _
   ByVal log As LogEntry _
)
[C#]
protected virtual void WriteLog(
   LogEntry log
);

See Also

EntLibLogger Class | Common.Logging.EntLib Namespace