core
/
com.moengage.core.internal.logger
/
FileLogAdapter
File
Log
Adapter
open class
FileLogAdapter
:
LogAdapter
Content copied to clipboard
Author
Umang Chamaria Date: 2020/10/06
Functions
Functions
isLoggable
Link copied to clipboard
open fun
isLoggable
(logLevel:
Int
, logTag:
String
):
Boolean
Content copied to clipboard
Used to determine whether log should be printed out or not.
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
open fun
log
(logLevel:
Int
,
@
Nullable
()
tag:
String
,
@
NonNull
()
message:
String
, throwable:
Throwable
)
Content copied to clipboard
log level, i.e.
abstract fun
log
(logLevel:
Int
,
@
Nullable
()
tag:
String
,
@
NonNull
()
message:
String
, throwable:
Throwable
)
Content copied to clipboard
log level, i.e.