Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.VisualBasic.Logging Namespace

 

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.

ClassDescription
System_CAPS_pubclassAspLog

Provides a property and methods for writing event and exception information to the application's log listeners.

System_CAPS_pubclassFileLogTraceListener

Provides a simple listener that directs logging output to file.

System_CAPS_pubclassLog

Provides a property and methods for writing event and exception information to the application's log listeners.

EnumerationDescription
System_CAPS_pubenumDiskSpaceExhaustedOption

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.

System_CAPS_pubenumLogFileCreationScheduleOption

Determines which date to include in the names of the FileLogTraceListener class log files.

System_CAPS_pubenumLogFileLocation

Determines which predefined path the FileLogTraceListener class uses to write its log files.

For more information about the My logging objects, see Log.

Return to top
Show: