C# Class Aspectacular.AspNetTraceAspect

Outputs AOP call log records to ASP.NET Trace context.
Inheritance: LogOutputAspectBase
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
AspNetTraceAspect ( ) : System.Web
AspNetTraceAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Web
AspNetTraceAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Web

Protected Methods

Method Description
Output ( string output ) : void

Method Details

AspNetTraceAspect() public method

public AspNetTraceAspect ( ) : System.Web
return System.Web

AspNetTraceAspect() public method

public AspNetTraceAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Web
typeOfEntriesToOutput EntryType
writeAllEntriesIfKeyFound bool
return System.Web

AspNetTraceAspect() public method

public AspNetTraceAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Web
typeOfEntriesToOutput EntryType
optionalKey string
writeAllEntriesIfKeyFound bool
return System.Web

Output() protected method

protected Output ( string output ) : void
output string
return void