Thanks a lot for providing the plugin!

On Saturday, December 26, 2015 09:05:35 PM Xiaoyu Huang wrote:
> System.out.println() is for easier debugging as I can see the results
> directly in wrapper.log.

The Logger logs (= freenet-latest.log) can be instantaneous as well, as long 
as you configure a short enough delay for flushing to disk:
1. Click "Switch to advanced mode" at the web interface's bottom
2. Change "Configuration / Logs / Max time between writing logs 
(milliseconds)"

> I see many examples in Fred code that uses both Logger and println(). An
> example in NodeCrypto.java line around 136:

Ian is right: Please do not use println(), the Logger should be preferred in 
almost any case.
This allows developers to configure which kind of log entries they would like 
to see, which is essential to debugging: If *all* logging of a node is 
enabled, the logs will be so long that nobody can read them. So it is 
important that it can be filtered, which only the Logger can provide.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Devl mailing list
Devl@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to