Class FormattingResultLog

  • All Implemented Interfaces:
    java.lang.Iterable<ResultLog.Entry>

    @Deprecated
    @ProviderType
    public class FormattingResultLog
    extends ResultLog
    Deprecated.
    Utility that provides a logging-like facade on a ResultLog
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void critical​(java.lang.String format, java.lang.Object... args)
      Deprecated.
       
      void debug​(java.lang.String format, java.lang.Object... args)
      Deprecated.
       
      void healthCheckError​(java.lang.String format, java.lang.Object... args)
      Deprecated.
       
      void info​(java.lang.String format, java.lang.Object... args)
      Deprecated.
       
      static java.lang.String msHumanReadable​(long millis)
      Deprecated.
      Utility method to return any magnitude of milliseconds in a human readable format using the appropriate time unit (ms, sec, min) depending on the magnitude of the input.
      void warn​(java.lang.String format, java.lang.Object... args)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • FormattingResultLog

        public FormattingResultLog()
        Deprecated.
    • Method Detail

      • debug

        public void debug​(java.lang.String format,
                          java.lang.Object... args)
        Deprecated.
      • info

        public void info​(java.lang.String format,
                         java.lang.Object... args)
        Deprecated.
      • warn

        public void warn​(java.lang.String format,
                         java.lang.Object... args)
        Deprecated.
      • critical

        public void critical​(java.lang.String format,
                             java.lang.Object... args)
        Deprecated.
      • healthCheckError

        public void healthCheckError​(java.lang.String format,
                                     java.lang.Object... args)
        Deprecated.
      • msHumanReadable

        public static java.lang.String msHumanReadable​(long millis)
        Deprecated.
        Utility method to return any magnitude of milliseconds in a human readable format using the appropriate time unit (ms, sec, min) depending on the magnitude of the input.
        Parameters:
        millis - milliseconds
        Returns:
        a string with a number and a unit