Microsoft.VisualBasic.Logging Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that support the My
logging objects in Visual Basic and provides a simple log listener that directs logging output to file.
Classes
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. |
Enums
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. |
Remarks
For more information about the My
logging objects, see Log.