Quote:
Originally Posted by thetonio96
So, RIOlog will work with this:
Code:
System.out.println(Some message);
System.err.println(Some message);
or do they use another function to print?
|
Yep, we redirect standard out and standard error to netconsole, which is what riolog reads.