IIRC System.err shows up when .out do not. Den fre 21 jan. 2022 11:54Michael Bien <[email protected]> skrev:
> we are talking about different things :) > > the original post was about debugging with some System.out.println(). I > don't think this is copied to the IDE log. You would only see it in the > output (IDE output or shell) - assuming you don't run into the 32/64bit > bug which was mentioned before and I didn't know about. > > proper loggers do of course land in the actual log as you said. > > -mbien > > On 21.01.22 11:40, antonio wrote: > > I'm luck to see it in the Show/IDE Log then... :-) > > > > https://imgur.com/a/q0cHCuI > > > > Maybe you should try using INFO/SEVERE levels, though. > > > > Cheers, > > Antonio > > > > On 20/01/2022 12:18, Michael Bien wrote: > >> it won't show up in the log view, however, if you start the platform > >> application or module with netbeans (e.g run project), it should be > >> visible in the output window (of the IDE, not from the app). > >> > >> -mbien > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
