LogConfig.LogAction Property

Gets or sets a LoggerDelegate which will be called for each log entry. Default is an internal mathod which writes to Trace for Client and Event log on Windows Service.

public LoggerDelegate LogAction { get; set; }
Public Property LogAction As LoggerDelegate

Property Value

LoggerDelegate

See Also

LogConfig
ceTe.DynamicPDF.HtmlConverter

In this topic