#15 closed task (fixed)
Use Logger consistently
Reported by: | cwilkinson | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | v1r0 |
Component: | component1 | Version: | 1.0 |
Keywords: | Cc: |
Description
Some stray messages are still printed with std::cout or std::cerr. We should move to using the logger consistently so we can have greater control over the output.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | → milestone1 |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The only times std::cout are called are either in the Logger itself (duh), or when printing code usage instructions. Of course, the logger arguments are probably not used in a fully consistent way, but it'll do for now..