IisTraceListener Members
.NET Framework 3.0
Provides a listener that routes all tracing and debugging output to the IIS 7.0 infrastructure.
The following tables list the members exposed by the IisTraceListener type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Attributes | Gets the custom trace listener attributes defined in the application configuration file.(inherited from TraceListener) |
| Filter | Gets and sets the trace filter for the trace listener.(inherited from TraceListener) |
| IndentLevel | Gets or sets the indent level.(inherited from TraceListener) |
| IndentSize | Gets or sets the number of spaces in an indent.(inherited from TraceListener) |
| IsThreadSafe | Gets a value indicating whether the trace listener is thread safe. (inherited from TraceListener) |
| Name | Gets or sets a name for this TraceListener.(inherited from TraceListener) |
| TraceOutputOptions | Gets or sets the trace output options.(inherited from TraceListener) |
| Name | Description | |
|---|---|---|
| NeedIndent | Gets or sets a value indicating whether to indent the output.(inherited from TraceListener) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output. (inherited from TraceListener) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| Dispose | Overloaded. Releases the resources used by the TraceListener. (inherited from TraceListener) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| Fail | Overloaded. Emits error messages to the listener you create when you implement the TraceListener class. (inherited from TraceListener) |
| Flush | When overridden in a derived class, flushes the output buffer. (inherited from TraceListener) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| TraceData | Overloaded. Overridden. Writes trace data to the output of the IisTraceListener class. |
| TraceEvent | Overloaded. Writes trace and event information to the output of the IisTraceListener class. |
| TraceTransfer | Writes trace information, a message, a related activity identity and event information to the listener specific output. (inherited from TraceListener) |
| Write | Overloaded. Writes a message, a category name, or the value of an object's ToString method to the output of the IisTraceListener class. |
| WriteLine | Overloaded. Writes a message and a category name to the IisTraceListener. |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources used by the TraceListener. (inherited from TraceListener) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetSupportedAttributes | Gets the custom attributes supported by the trace listener. (inherited from TraceListener) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
| WriteIndent | Writes the indent to the listener you create when you implement this class, and resets the NeedIndent property to false. (inherited from TraceListener) |
Community Additions
ADD
Show: