You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve DefaultLogService to use stdout and stderr
When logging critical messages (WARN and ERROR levels), use stderr.
When logging non-critical messages (e.g., INFO level), use stdout.
This change will be very useful for differentiating between different
log levels in a simpler way; in particular, ImageJ can send both stdout
and stderr to a Console window, coloring stderr messages in red and
setting the Console to visible when they occur, but not displaying the
Console by default when only stdout messages occur (because many ImageJ
plugins spam stdout with lots of debugging output).
0 commit comments