core
/
com.moengage.core
/
LogLevel
Log
Level
@
Retention
(
value =
SOURCE
)
annotation class
LogLevel
Content copied to clipboard
Supported Log levels
Author
Umang Chamaria
Functions
Properties
Functions
annotationType
Link copied to clipboard
abstract fun
annotationType
():
Class
<out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract fun
equals
(p:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
abstract fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
abstract fun
toString
():
String
Content copied to clipboard
Properties
DEBUG
Link copied to clipboard
val
DEBUG
:
Int
Content copied to clipboard
Debug logs from the SDK would be printed.
ERROR
Link copied to clipboard
val
ERROR
:
Int
Content copied to clipboard
Error logs from the SDK would be printed.
INFO
Link copied to clipboard
val
INFO
:
Int
Content copied to clipboard
Info logs from the SDK would be printed.
NO_LOG
Link copied to clipboard
val
NO_LOG
:
Int
Content copied to clipboard
No logs from the SDK would be printed.
VERBOSE
Link copied to clipboard
val
VERBOSE
:
Int
Content copied to clipboard
Verbose logs from the SDK would be printed.
WARN
Link copied to clipboard
val
WARN
:
Int
Content copied to clipboard
Warning logs from the SDK would be printed.