Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Application.Log.DefaultFileLogWriter My.Log.DefaultFileLogWriter Syntax
For client applications: Dim result As Microsoft.VisualBasic.Logging. _ FileLogTraceListener = _ My.Application.Log.DefaultFileLogWriter
For ASP.NET applications: Dim result As Microsoft.VisualBasic.Logging. _ FileLogTraceListener = My.Log.DefaultFileLogWriter
Description
The DefaultFileLogWriter property returns an object of type Microsoft.VisualBasic.Logging.FileLogTraceListener that identifies the current trace listener used by the logging system. Usage at a Glance
Related Framework Entries
See Also
Log Object (My), Log Object (My.Application), TraceSource Property, WriteEntry Method, WriteException Method |
Категории