static void Main(string[] args) { try { Log.Info("PdfGenerationTesting -- Start"); var pdf = new PdfSample6(); pdf.CreatePdf(FileName); Log.Info("Finished with an Astounding Lack of Errors"); } catch (Exception e) { Log.Error(e); } }