In The Hand LtdIn The Hand
DiskSpaceExhaustedOption Enumeration
NamespacesInTheHand.VisualBasic.LoggingDiskSpaceExhaustedOption
.NET Components for Mobility
Determines what to do when the FileLogTraceListener object attempts to write to a log and there is less free disk space available than specified by the ReserveDiskSpace property.
Declaration Syntax
C#Visual Basic
public enum DiskSpaceExhaustedOption
Public Enumeration DiskSpaceExhaustedOption
Members
MemberDescription
ThrowException
Throw an exception.

DiscardMessages
Discard log messages.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks
When the DiskSpaceExhaustedBehavior property is set to DiscardMessages, the log messages are by default discarded if there is not enough reserved disk space. This prevents simple applications from failing if the disk gets too full.

For a more robust application, set the DiskSpaceExhaustedBehavior property to ThrowException, and add Try...Catch blocks around all code that writes to the log.

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0