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. | Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.Win32.Targets.ASPResponseTarget |  |  |  | | | | | | |
Parameters (blue fields are required):| Name | Type | Description |
|---|
| layout | string
${} | | The text to be rendered. Default value is: ${longdate}|${level:uppercase=true}|${logger}|${message}. |
| | name | string | | | addComments | boolean | | Add <!-- --> comments around all written texts. |
|
Back to the target list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |