Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${gc} Layout Renderer The information about the garbage collector. | 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.GCLayoutRenderer |  |  |  | | | | | | |
Parameters:| Name | Type | Description |
|---|
| property | GCProperty | | The property to retrieve. Default value is: TotalMemory.
Possible values are:
TotalMemory - Total memory allocated TotalMemoryForceCollection - Total memory allocated (perform full garbage collection first) CollectionCount0 - Number of Gen0 collections. CollectionCount1 - Number of Gen1 collections. CollectionCount2 - Number of Gen2 collections. MaxGeneration - Maximum generation number supported by GC.
|
| | 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. |