Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${performancecounter} Layout Renderer The performance counter. | 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.LayoutRenderers.PerformanceCounterLayoutRenderer |  |  |  | | |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| category | string | | Name of the counter category. |
| | counter | string | | Name of the performance counter. |
| | instance | string | | Name of the performance counter instance (e.g. _Global_). |
| | machineName | string | | Name of the machine to read the performance counter from. |
| | culture | string | | The culture name to be used for rendering. |
| | cultureInfo | CultureInfo | | The CultureInfo to be used for rendering. |
| | fixedLength | boolean | | Trim the rendered text to the AbsolutePadding value. Default value is: False. |
| | lowerCase | boolean | | Render an upper-case string. Default value is: False. |
| | padCharacter | Char | | | padding | integer | | | upperCase | boolean | | Render an upper-case string. Default value is: False. |
|
Back to the layout renderer list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |