[This is preliminary documentation and is subject to change.]

Outputs logging messages through the ASP Response object.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public sealed class AspResponseTarget : TargetWithLayout
Visual Basic (Declaration)
Public NotInheritable Class AspResponseTarget _
	Inherits TargetWithLayout
Visual C++
public ref class AspResponseTarget sealed : public TargetWithLayout

Inheritance Hierarchy

System..::.Object
  NLog.Targets..::.Target
    NLog.Targets..::.TargetWithLayout
      NLog.Targets..::.AspResponseTarget

See Also