Click or drag to resize

InternalLoggerLogAssemblyVersion Method

Note: This API is now obsolete.

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

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
[ObsoleteAttribute("InternalLogger should be minimal. Marked obsolete with NLog v5.3")]
public static void LogAssemblyVersion(
	Assembly assembly
)

Parameters

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