 | NullLogger Constructor |
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic NullLogger(
LogFactory factory
)
Public Sub New (
factory As LogFactory
)
Dim factory As LogFactory
Dim instance As New NullLogger(factory)
new :
factory : LogFactory -> NullLoggerParameters
- factory
- Type: NLogLogFactory
The factory class to be used for the creation of this logger.
See Also