-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Gc layout renderer
Rolf Kristensen edited this page Apr 4, 2020
·
4 revisions
The information about the garbage collector.
Platforms Supported: All
${gc:property=Enum}
-
property - Property to retrieve. Default: TotalMemory
Possible values:- CollectionCount0 - The number of Gen0 collections.
- CollectionCount1 - The number of Gen1 collections.
- CollectionCount2 - The number of Gen2 collections.
- MaxGeneration - Maximum generation number supported by GC.
- TotalMemory - Total number of bytes currently thought to be allocated.
- TotalMemoryForceCollection - Total memory allocated (perform full garbage collection first)
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json