The InTheHand.VisualBasic.Logging namespace contains types that support the My logging objects in Visual Basic and provides a simple log listener that directs logging output to file.
| C# | Visual Basic |
namespace InTheHand.VisualBasic.Logging
Namespace InTheHand.VisualBasic.Logging
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DiskSpaceExhaustedOption |
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.
| |
| FileLogTraceListener |
Provides a simple listener that directs logging output to file.
| |
| Log |
Provides a property and methods for writing event and exception information to the application's log listeners.
| |
| LogFileCreationScheduleOption |
Determines which date to include in the names of the FileLogTraceListener class log files.
| |
| LogFileLocation |
Determines which predefined path the FileLogTraceListener class uses to write its log files.
|