Click or drag to resize

LoggingConfigurationOnConfigurationAssigned Method

Notify the configuration when Configuration has been assigned / unassigned.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
protected virtual void OnConfigurationAssigned(
	LogFactory? logFactory
)

Parameters

logFactory
Type: NLogLogFactory
LogFactory that configuration has been assigned to.
See Also