/// <summary>Publish raw LogEntry.</summary> public virtual void Raw(LogEntry logEntry) { logPublisher(logEntry); }
/// <summary>Publish raw LogEntry.</summary> public virtual void Raw(LogEntry logEntry) { if (logEntry != null) { logPublisher(logEntry); } }