Closed cloudwu closed 4 years ago
https://github.com/DanielChappuis/reactphysics3d/blob/develop/src/utils/Logger.h#L328
levelFlag is stored on constructor, but never be used. I guess we should check this flag before Destination::write . So that we can ignore some log levels when we new a Logger object.
levelFlag
Destination::write
Thanks a lot for reporting this. I will check that.
The version v0.8.0 of ReactPhysics3D has been released. In this version, this issue is now fixed.
Thanks a lot for reporting this issue.
https://github.com/DanielChappuis/reactphysics3d/blob/develop/src/utils/Logger.h#L328
levelFlag
is stored on constructor, but never be used. I guess we should check this flag beforeDestination::write
. So that we can ignore some log levels when we new a Logger object.