Click or drag to resize

NullLogger Constructor

Initializes a new instance of NullLogger.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public NullLogger(
	LogFactory factory
)

Parameters

factory
Type: NLogLogFactory
The factory class to be used for the creation of this logger.
See Also