-
Notifications
You must be signed in to change notification settings - Fork 0
AssemblyVersion Layout Renderer
Julian Verdurmen edited this page Aug 6, 2016
·
4 revisions
Renders the assembly version of the entry or a named assembly.
##Configuration Syntax
${assembly-version:name=string}
-
name: the name of the assembly. Note will load it. If
null
, will find the entry assembly. Introduced in NLog 4.3.7
${assembly-version:NLogAutloadExtension}
- is uses
Version.ToString
- Does not work in ASP.NET apps. Returns "Could not find entry assembly" in this case.
- Search in documentation
- Getting started
- Examples
- External articles and tutorials
- FAQ
- Platform support
- Advanced Configuration file options
- Filtering log messages
- [Using Time Sources](Time Source)
- Visual Studio support
- Who is using NLog
- [Write custom extensions](Extending NLog)