Marcelo D. created NETBEANS-5574:
------------------------------------

             Summary: Log to output allways with error color
                 Key: NETBEANS-5574
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5574
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Output Window
    Affects Versions: 12.2, 12.3
         Environment: Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy

openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.10)
OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.10, mixed mode, 
sharing)

 
            Reporter: Marcelo D.
         Attachments: Screenshot_20210412_101024.png

All logs to output windows shown as error.
{code:java}
// 
private void testLog() { LOGGER.log(Level.INFO, "info"); 
LOGGER.log(Level.FINEST, "finest"); LOGGER.log(Level.FINER, "finer"); 
LOGGER.log(Level.CONFIG, "config"); LOGGER.log(Level.SEVERE, "severe"); 
LOGGER.log(Level.WARNING, "warning"); LOGGER.log(Level.INFO, "info"); 
}
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to