GateNLP / gate-core

The GATE Embedded core API and GATE Developer application
GNU Lesser General Public License v3.0
76 stars 29 forks source link

Error messages should go to stderr #26

Closed greenwoodma closed 6 years ago

greenwoodma commented 6 years ago

It appears that be default log4j seems to send all messages to stdout even if you log them as error messages via log.error("message"). While this means they still end up on the message pane in GATE they don't end up in red and so are easy to miss.