kotlin-sdk
common
/
com.amplitude.common
/
Logger
Logger
interface
Logger
Content copied to clipboard
Types
Functions
Properties
Types
Log
Mode
Link copied to clipboard
enum
LogMode
:
Enum
<
Logger.LogMode
>
Content copied to clipboard
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
message
:
String
)
Content copied to clipboard
error
Link copied to clipboard
abstract
fun
error
(
message
:
String
)
Content copied to clipboard
info
Link copied to clipboard
abstract
fun
info
(
message
:
String
)
Content copied to clipboard
warn
Link copied to clipboard
abstract
fun
warn
(
message
:
String
)
Content copied to clipboard
Properties
logMode
Link copied to clipboard
abstract
var
logMode
:
Logger.LogMode
Content copied to clipboard