add new debug bit (DebugTimestamps) that adds timestamps to all debug messages

This commit is contained in:
Paul Davis 2019-10-28 16:52:18 -06:00
parent 4073e7573d
commit 43eb64d23b
2 changed files with 5 additions and 0 deletions

View file

@ -62,6 +62,7 @@ namespace PBD {
LIBPBD_API extern DebugBits Threads;
LIBPBD_API extern DebugBits Locale;
LIBPBD_API extern DebugBits StringConvert;
LIBPBD_API extern DebugBits DebugTimestamps;
/* See notes in ../debug.cc on why these are defined here */