eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
555 stars 130 forks source link

Add support to log non-error events #446

Closed ilg-ul closed 3 years ago

ilg-ul commented 3 years ago

The core.AbstractActivator class has a log(String) method, which logs an error.

Add log(String message, int status) to be able to log info or warning events too.

Required to fix #444.