Skip to content

Commit 3cdeed6

Browse files
committed
added InfoLoggerErrorCodes.h to reserve specific ranges for each o2 module
1 parent 0b55f0b commit 3cdeed6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ foreach (f ${TEST_SRCS})
382382
message ("${exe}")
383383
add_executable(${exe} ${f} ${INFOLOGGER_LIB_OBJECTS} $<TARGET_OBJECTS:objCommonTimer>)
384384
target_link_libraries(${exe} InfoLogger)
385-
target_include_directories(${exe} PRIVATE ${COMMON_STANDALONE_INCLUDE_DIRS})
385+
target_include_directories(${exe} PRIVATE ${COMMON_STANDALONE_INCLUDE_DIRS} src)
386386
add_test(NAME ${test_name} COMMAND ${exe})
387387
endforeach()
388388

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ This file describes the main feature changes for each InfoLogger released versio
2323
## v1.3.5 - 06/09/2019
2424
- added process stdout/stderr capture and redirection to infologger
2525
- added infoLoggerTester to check full message pipeline from client to server and database.
26+
27+
## next version
28+
- added header file InfoLoggerErrorCodes.h to reference centrally the definition of error code ranges reserved specifically for each o2 module, and possibly the individual description / documentation of each error code.

test/testInfoLogger.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <InfoLogger/InfoLogger.hxx>
1717
#include <boost/format.hpp>
18+
#include <InfoLoggerErrorCodes.h>
1819

1920
using namespace AliceO2::InfoLogger;
2021

0 commit comments

Comments
 (0)