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 |
|---|
.gif) | AspLog | Provides a property and methods for writing event and exception information to the application's log listeners. |
.gif) | FileLogTraceListener | Provides a simple listener that directs logging output to file. |
.gif) | Log | Provides a property and methods for writing event and exception information to the application's log listeners. |
Reference
Other Resources