pgAdmin 4 commit: Add a startup logger to the runtime to aid withdebug - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add a startup logger to the runtime to aid withdebug
Date
Msg-id E1g0oM8-0008Ve-7a@gothos.postgresql.org
Whole thread Raw
List 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.joshi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filterSQL condition
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Added basic start up logs for RunTime