IWithDiagnosticLogging<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app diagnostic log update allowing the log source to be set.
public interface IWithDiagnosticLogging<ParentT>
type IWithDiagnosticLogging<'ParentT> = interface
Public Interface IWithDiagnosticLogging(Of ParentT)
Type Parameters
- ParentT
The return type of the final Attachable.attach().
- Derived
Methods
WithApplicationLogging() |
Enable logging from the web application. |
WithoutApplicationLogging() |
Disable logging from the web application. |
WithoutWebServerLogging() |
Disable logging from the web server. |
WithWebServerLogging() |
Enable logging from the web server. |