core
/
com.moengage.core.internal.logger
/
LogAdapter
Log
Adapter
interface
LogAdapter
Content copied to clipboard
Author
Umang Chamaria Date: 10/05/20
Functions
Inheritors
Functions
isLoggable
Link copied to clipboard
abstract fun
isLoggable
(logLevel:
Int
, logTag:
String
):
Boolean
Content copied to clipboard
Used to determine whether log should be printed out or not.
log
Link copied to clipboard
abstract fun
log
(logLevel:
Int
,
@
Nullable
()
tag:
String
,
@
NonNull
()
message:
String
, throwable:
Throwable
)
Content copied to clipboard
log level, i.e.
Inheritors
LogcatLogAdapter
Link copied to clipboard
FileLogAdapter
Link copied to clipboard