orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

logger: Ensure that the notification of real-time logging being enabl… #190

Closed snrkiwi closed 7 years ago

snrkiwi commented 7 years ago

The notification that real-time logging was enabled can be lost due to the sequence of "log then enable". The fix is to "enable then log", which ensures that the notification comes out if the log level is currently RealTime.

meyerj commented 7 years ago

lgtm