Click or drag to resize

LoggerSourceNameForEventLog Property

Gets or sets a value indicating the source name to use for event log logging.

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string SourceNameForEventLog { get; set; }

Property Value

Type: String
true if [source name for event log]; otherwise, false.

Implements

ILoggerSourceNameForEventLog
See Also