Click or drag to resize

LogFactoryIsLoggingEnabled Method

Returns if logging is currently enabled.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public bool IsLoggingEnabled()

Return Value

Type: Boolean
A value of if logging is currently enabled, otherwise.
Remarks
See Also