Last updated: 2006-09-18

This website is based on NLog v1.0. Click here to view the documentation for other versions.

ASPResponse Target


Outputs logging messages through the ASP Response object.

AssemblyClass.NET Framework.NET CFMono on WindowsMono on Unix
1.01.12.01.02.01.02.01.02.0
NLog.dllNLog.Win32.Targets.ASPResponseTarget      

Parameters (blue fields are required):

NameTypeDescription
layoutstring  ${}
The text to be rendered.

Default value is: ${longdate}|${level:uppercase=true}|${logger}|${message}.

namestring
The name of the target.
addCommentsboolean
Add <!-- --> comments around all written texts.

Back to the target list.
Webwww.nlog-project.org