Click or drag to resize

InternalLoggerLogAssemblyVersion Method

Logs the assembly version and file version of the given Assembly.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
public static void LogAssemblyVersion(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly to log.
See Also