Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

console logging #58

Closed dkrupp closed 7 years ago

dkrupp commented 8 years ago

Log to the console the following events:

  1. CodeChecker command when the server is started.
  2. CodeChecker command when the checking is started.
  3. The event when the checking is finished
  4. The event when the results are queried from the server (and updated in the GUI).
whisperity commented 8 years ago

Just my two cents but shouldn't we also log the event when a checking has been enqueued on a certain project's queue thread? That is currently only logged as DEBUG.

dkrupp commented 8 years ago

agreed