Skip to content

Commit a198ef1

Browse files
author
jan
committed
dump all loggings to the error stream
1 parent 1ac0ab3 commit a198ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io.sloeber.core/src/io/sloeber/core/common/Common.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ public static void setPersistentProperty(IProject project, String tag, int value
149149
* the status information to log
150150
*/
151151
public static void log(IStatus status) {
152+
System.err.println( status.getMessage());
153+
152154
if (status.getSeverity() == IStatus.ERROR) {
153155
int style = StatusManager.LOG | StatusManager.SHOW | StatusManager.BLOCK;
154156
StatusManager stMan = StatusManager.getManager();

0 commit comments

Comments
 (0)