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

Licensing Info

This property is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:

See Also

LogConfig
ceTe.DynamicPDF.Conversion

In this topic