enum class LogIntent
Enum of emojis for log messages according to intent.
DEBUG |
Emoji for information messages on the debug level. |
GOOGLE_ERROR |
Emojis for Google error messages. |
GOOGLE_WARNING |
Emojis for Google info messages. |
INFO |
Emoji for information messages on the info level. |
PURCHASE |
Emoji for purchase messages. |
RC_ERROR |
Emojis for RevenueCat error messages. |
RC_PURCHASE_SUCCESS |
Emojis for RevenueCat purchase success messages. |
RC_SUCCESS |
Emoji for RevenueCat success messages. |
USER |
Emoji for App User ID related messages. |
WARNING |
Emoji for warning messages. |
emojiList |
val emojiList: List<String> |