 | LoggerBaseDebugArchivingInterval property |
Time interval in which the current logging (DebugFile, etc.)
is archived and emptied. Must be set externally.
Default: TimeSpan.Zero.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic TimeSpan DebugArchivingInterval { get; set; }
Public Property DebugArchivingInterval As TimeSpan
Get
Set
public:
property TimeSpan DebugArchivingInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member DebugArchivingInterval : TimeSpan with get, set
Property value
TimeSpan
See also