Class ConsoleLoggerUtils


  • public final class ConsoleLoggerUtils
    extends java.lang.Object
    Since:
    2.20
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ConsoleLoggerUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toString​(java.lang.String message, java.lang.Throwable t)  
      static java.lang.String toString​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • ConsoleLoggerUtils

        private ConsoleLoggerUtils()
    • Method Detail

      • toString

        public static java.lang.String toString​(java.lang.Throwable t)
      • toString

        public static java.lang.String toString​(java.lang.String message,
                                                java.lang.Throwable t)