#199 closed enhancement (fixed)
Remove Logger inheritance from all c++ classes
Reported by: | Malte Marquarding | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | normal | Milestone: | Unified development |
Component: | c++ | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: | Kana Sugimoto |
Description
The Logger.h is no longer used. We need to remove it from all classes and also change all calls of pushLog
to LogIO
.
The classes including python wrappers can be removed after this.
Change History (4)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 12 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
comment:4 by , 12 years ago
Malte,
Thanks for the notifications. I've updated a CMake build script according to your removal of Logging class (r2663). ASAP should now be built fine with CMake.
Cheers, kana.
Note:
See TracTickets
for help on using tickets.
This has now been completed. Note that some more logs migth appear now as pushLog didn't work.