Class QuickFormat


  • public class QuickFormat
    extends java.lang.Object
    A high-performance version of StringFormat, optimized for short log messages. It supports a maximum message length of 256 characters and will clip above that. It is not thread-safe. This is not currently used and there are some bugs left to iron out before it's production ready.
    • Constructor Summary

      Constructors 
      Constructor Description
      QuickFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.String fmt, java.lang.Object... values)  
      • Methods inherited from class java.lang.Object

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

      • QuickFormat

        public QuickFormat()
    • Method Detail

      • format

        public java.lang.String format​(java.lang.String fmt,
                                       java.lang.Object... values)