ListenerLogDir Property

Directory where listener logs should be stored. Listener creates every day one file. You have to initialize this property after listener is created or loaded otherwise no logging support will be provided.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string LogDir { get; set; }

Property Value

String

See Also