josephlewis42 / autopilot

Fork of the autopilot software that is now being used at the University of Denver.
GNU General Public License v3.0
1 stars 2 forks source link

Replace our logging with Boost::Log #28

Closed josephlewis42 closed 10 years ago

josephlewis42 commented 10 years ago

Replacing at least part of our logging solution with Boost::Log would be a huge step forward for the debugging/logging framework.

Multifile backend like we need: http://www.boost.org/doc/libs/1_54_0/libs/log/doc/html/boost/log/sinks/text_multifile_backend.html

josephlewis42 commented 10 years ago

Fixed by writing custom log back-end that should be more like the original causing fewer problems down the line.