App-LabRecorder
App-LabRecorder copied to clipboard
Add logging utility which prints messages to standard output synchronously.
- Logging utility class with mutex to prevent multiple threads from writing ugly run-on messages in the console.
- Log functions for various levels (info, warning, or error) which can be hooked into for future logging (text file logging or otherwise).