 | LogManagerLogFactory Property |
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic static LogFactory LogFactory { get; }
Public Shared ReadOnly Property LogFactory As LogFactory
Get
Dim value As LogFactory
value = LogManager.LogFactory
static member LogFactory : LogFactory with get
Property Value
Type:
LogFactory
RemarksCould be used to pass the to other methods
See Also