PowerShellSink.Callback property
Gets or sets the callback action that is invoked with the log event and its formatted message.
public Action<LogEvent, string> Callback { get; set; }
See Also
- class PowerShellSink
- namespace Kestrun.Logging.Sinks
Gets or sets the callback action that is invoked with the log event and its formatted message.
public Action<LogEvent, string> Callback { get; set; }