Click or drag to resize
LogContext.TextAppended Event
Event which fires if some text is appended to the log

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public event Action<string, bool> TextAppended

Value

Type: System.Action<String, Boolean>
See Also