Table of Contents

Enum RollFileExistsBehavior

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Defines the behavior when the roll file is created.

public enum RollFileExistsBehavior

Fields

Increment = 1

Use a secuence number at the end of the generated file if it already exists. If it fails again then increment the secuence until a non existent filename is found.

Overwrite = 0

Overwrites the file if it already exists.