Aspectacular.DebugOutputAspect.DebugOutputAspect C# (CSharp) Method

DebugOutputAspect() public method

public DebugOutputAspect ( ) : System.Diagnostics
return System.Diagnostics
        public DebugOutputAspect()
            : this(EntryType.Error | EntryType.Warning | EntryType.Info)
        {
        }

Same methods

DebugOutputAspect::DebugOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
DebugOutputAspect::DebugOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics