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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a startup logger to the runtime to aid withdebug
Дата
Msg-id E1g0oM8-0008Ve-7a@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filterSQL condition
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Added basic start up logs for RunTime