Class QuickFormat
- java.lang.Object
-
- com.couchbase.transactions.support.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)
-