Class BundleFormatter
- java.lang.Object
-
- com.elvishew.xlog.formatter.message.object.BundleFormatter
-
- All Implemented Interfaces:
Formatter<android.os.Bundle>,ObjectFormatter<android.os.Bundle>
public class BundleFormatter extends java.lang.Object implements ObjectFormatter<android.os.Bundle>
Format an Bundle object to a string.- Since:
- 1.4.0
-
-
Constructor Summary
Constructors Constructor Description BundleFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat(android.os.Bundle data)Format an Bundle object to a string.
-