Ref T171, interpolator / interpolation logger formatting

This commit is contained in:
Klaus Basan
2017-10-14 00:55:10 +02:00
parent cbe2cfaded
commit c3f3f266d0
6 changed files with 31 additions and 36 deletions

View File

@@ -74,6 +74,8 @@ namespace BlackMisc
}
//! Attach an observer to read the interpolator's state for debugging
//! \remark situation logging requires CInterpolationHints::isLoggingInterpolation to be \c true
//! \remark parts logging has a \c bool \c log flag
void attachLogger(CInterpolationLogger *logger) { m_logger = logger; }
protected: