This topic has not yet been rated - Rate this topic

Microsoft.VisualBasic.Logging Namespace

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
Public class AspLog Provides a property and methods for writing event and exception information to the application's log listeners.
Public class FileLogTraceListener Provides a simple listener that directs logging output to file.
Public class Log Provides a property and methods for writing event and exception information to the application's log listeners.
  Enumeration Description
Public enumeration 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.
Public enumeration LogFileCreationScheduleOption Determines which date to include in the names of the FileLogTraceListener class log files.
Public enumeration LogFileLocation Determines which predefined path the FileLogTraceListener class uses to write its log files.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ