1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-13 01:00:23 +02:00

Split log levels into separate header file.

Many modules that use debug.h do not need to do logging so this reduces dependencies for those modules.
This commit is contained in:
David Steele
2018-05-23 09:45:08 -04:00
parent dfa92b359d
commit 2f6017511f
21 changed files with 54 additions and 21 deletions

View File

@ -12,7 +12,6 @@ Stack Trace Handler
#include "common/assert.h"
#include "common/error.h"
#include "common/log.h"
#include "common/stackTrace.h"
/***********************************************************************************************************************************