Skip to content
Snippets Groups Projects

Resolve "Update for cppTango 9.5.x"

Merged Thomas Juerges requested to merge 2-update-for-cpptango-9-5-x into master
1 unresolved thread
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,6 +23,16 @@
#define MAX_ATTR_SIZE 3000
#define MAX_SPECTRUM_SIZE 100
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
/*----- PROTECTED REGION END -----*/