NLog.LoggerFactory.Reset C# (CSharp) Method

Reset() public static method

public static Reset ( ) : void
return void
        public static void Reset()
        {
            _loggers.Clear();
            _appenders = null;
        }