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