Azavea.NijPredictivePolicing.Test.ACSAlchemistLibrary.AreaDownloaderTests.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
        public void Init()
        {
            _log = LogHelpers.ResetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

            if (!Directory.Exists(OutputDir))
            {
                Directory.CreateDirectory(OutputDir);
            }
        }