org.slf4j.instrumentation
Class ToStringHelper

java.lang.Object
  extended by org.slf4j.instrumentation.ToStringHelper

public class ToStringHelper
extends Object


Constructor Summary
ToStringHelper()
           
 
Method Summary
static String render(Object o)
          Returns o.toString() unless it throws an exception (which causes it to be stored in unrenderableClasses) or already was present in unrenderableClasses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringHelper

public ToStringHelper()
Method Detail

render

public static String render(Object o)
Returns o.toString() unless it throws an exception (which causes it to be stored in unrenderableClasses) or already was present in unrenderableClasses. If so, the same string is returned as would have been returned by Object.toString(). Arrays get special treatment as they don't have usable toString methods.

Parameters:
o - incoming object to render.
Returns:


Copyright © 2005-2009 QOS.ch. All Rights Reserved.