Skip to content

Commit

Permalink
added InfoLoggerErrorCodes.h to reserve specific ranges for each o2 m…
Browse files Browse the repository at this point in the history
…odule
  • Loading branch information
sy-c committed Sep 9, 2019
1 parent 0b55f0b commit 3cdeed6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ foreach (f ${TEST_SRCS})
message ("${exe}")
add_executable(${exe} ${f} ${INFOLOGGER_LIB_OBJECTS} $<TARGET_OBJECTS:objCommonTimer>)
target_link_libraries(${exe} InfoLogger)
target_include_directories(${exe} PRIVATE ${COMMON_STANDALONE_INCLUDE_DIRS})
target_include_directories(${exe} PRIVATE ${COMMON_STANDALONE_INCLUDE_DIRS} src)
add_test(NAME ${test_name} COMMAND ${exe})
endforeach()

Expand Down
3 changes: 3 additions & 0 deletions doc/releaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ This file describes the main feature changes for each InfoLogger released versio
## v1.3.5 - 06/09/2019
- added process stdout/stderr capture and redirection to infologger
- added infoLoggerTester to check full message pipeline from client to server and database.

## next version
- 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.
1 change: 1 addition & 0 deletions test/testInfoLogger.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <InfoLogger/InfoLogger.hxx>
#include <boost/format.hpp>
#include <InfoLoggerErrorCodes.h>

using namespace AliceO2::InfoLogger;

Expand Down

0 comments on commit 3cdeed6

Please sign in to comment.