Click or drag to resize

LoggerBaseOrganiseLogging method

Provides the option to clean up loggings. Does nothing itself, can be overwritten.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
protected virtual void OrganiseLoggings(
	
	TimeSpan debugArchivingInterval,
	
	int debugArchiveMaxCount
)

Parameters

debugArchivingInterval  TimeSpan
Time interval at which the current logging is archived and emptied.
debugArchiveMaxCount  Int32
Maximum number of archived Loggings until they are deleted.
See also