Overview
The logging library supports several custom layout renderers in addition to the standard NLog layout renderers. These layout renderers can be included in any layout string and will be substituted with the appropriate value:
${application-guid}
- renders the current application GUID, if available, in “D” format.${application-name}
- renders the current application name, if available.${application-version}
- renders the current application version, if available.${server-guid}
- renders the current server GUID in “D” format.${vault-guid}
- renders the current vault GUID in “D” format.${log-context}
- renders any current context information.