Microsoft.VisualBasic.Logging Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
The Microsoft.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.
For more information about the My logging objects, see My.Application.Log Object and My.Log Object.
| Class | Description | |
|---|---|---|
|
AspLog | Provides a property and methods for writing event and exception information to the application's log listeners. |
|
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. |
| Enumeration | 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. |
|
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. |