You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ThreadedSafetyNet, safeguarding against blocking when logging (important for real-time or near-real-time applications) and duplicating messages (to prevent floods caused by tight loops)
Add support for filesystem capacity watching in FileLogFunction, to prevent filling up the disk with log messages, which can cause instability for whole system
LogFunction now has standardized start/stop mechanism, there is no longer a need to do it separately for each log function