mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
add new debug bit (DebugTimestamps) that adds timestamps to all debug messages
This commit is contained in:
parent
4073e7573d
commit
43eb64d23b
2 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue