pgAdmin 4 commit: Add a startup logger to the runtime to aid with debug

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a startup logger to the runtime to aid with debug
Date: 2018-09-14 13:41:56
Message-ID: E1g0oM8-0008Ve-7a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a startup logger to the runtime to aid with debugging.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=026969e3d1ae47a4bfb810c8ceb419f068c2c238
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/Logger.cpp | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
runtime/Logger.h | 34 ++++++++++++++++++++++++++++++
runtime/Server.cpp | 22 ++++++++++++++++++++
runtime/pgAdmin4.cpp | 23 +++++++++++++++++++-
runtime/pgAdmin4.pro | 6 ++++--
5 files changed, 141 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-09-14 13:43:28 Re: [pgAdmin4][Patch]: Added basic start up logs for RunTime
Previous Message Dave Page 2018-09-14 13:18:55 Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filter SQL condition