I have a strange problem and it would be nice if I could solve it. For the debugging purposes (and some other things, as well) I\'m writing a log of a console Java applicati
public class Util synchronized public static void printToOut(...) out.print(...) synchronized public static void printToErr(...) err.print(...)