App-LabRecorder icon indicating copy to clipboard operation
App-LabRecorder copied to clipboard

Add logging utility which prints messages to standard output synchronously.

Open kowalej opened this issue 7 years ago • 0 comments

  • 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).

kowalej avatar Dec 17 '18 02:12 kowalej