Click or drag to resize

LoggingConfigurationInstall Method

Installs target-specific objects on current system.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public void Install(
	InstallationContext installationContext
)

Parameters

installationContext
Type: NLog.ConfigInstallationContext
The installation context.
Remarks
Installation typically runs with administrative permissions.
See Also