 | LogFactoryEnableLogging Method |
Note: This API is now obsolete.
Increases the log enable counter and if it reaches 0 the logs are disabled.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntax[ObsoleteAttribute("Use ResumeLogging() instead.")]
public void EnableLogging()
<ObsoleteAttribute("Use ResumeLogging() instead.")>
Public Sub EnableLogging
Remarks
See Also