Class ConcIO


  • public class ConcIO
    extends java.lang.Object
    This class contains some static methods that allow several threads to print messages to the standard output and make easier to follow traces in concurrent programs.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void printfnl​(java.lang.String format, java.lang.Object... args)
      Executes a safe call to System.out.println with s.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • printfnl

        public static void printfnl​(java.lang.String format,
                                    java.lang.Object... args)
        Executes a safe call to System.out.println with s.
        Parameters:
        format - the string to print
        args - arguments for substitution in format