org.multiverse.utils
Class SystemOut

java.lang.Object
  extended by org.multiverse.utils.SystemOut

public final class SystemOut
extends java.lang.Object

Prevents having unwanted System.outs all over the place. Sonar will pick this one one and of course all the unwanted ones.

Author:
Peter Veentjer

Method Summary
static void println(java.lang.String s, java.lang.Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

println

public static void println(java.lang.String s,
                           java.lang.Object... args)


Copyright © 2008-2010 Multiverse. All Rights Reserved.