i

actual open override fun i(tag: String, message: String)

When overridden, this should extend a logging function

Send logcat a routine message that you want the developer to see.

Parameters

tag

typically the name of the parent class.

message

whatever string of information you'd like to pass.

class RandomClass() {

val tag = "RandomClass"

fun test() {
Log.i(tag, "it works!")
}
}
actual open override fun i(tag: String, message: String)
expect open override fun i(tag: String, message: String)

Send logcat a routine message that you want the developer to see.

Parameters

tag

typically the name of the parent class.

message

whatever string of information you'd like to pass.

class RandomClass() {

val tag = "RandomClass"

fun test() {
Log.i(tag, "it works!")
}
}
actual open override fun i(tag: String, message: String)

When overridden, this should extend a logging function

Send logcat a routine message that you want the developer to see.

Parameters

tag

typically the name of the parent class.

message

whatever string of information you'd like to pass.

class RandomClass() {

val tag = "RandomClass"

fun test() {
Log.i(tag, "it works!")
}
}
actual open override fun i(tag: String, message: String)

When overridden, this should extend a logging function

Send logcat a routine message that you want the developer to see.

Parameters

tag

typically the name of the parent class.

message

whatever string of information you'd like to pass.

class RandomClass() {

val tag = "RandomClass"

fun test() {
Log.i(tag, "it works!")
}
}
actual open override fun i(tag: String, message: String)
actual open override fun i(tag: String, message: String)
actual open override fun i(tag: String, message: String)

When overridden, this should extend a logging function

Send logcat a routine message that you want the developer to see.

Parameters

tag

typically the name of the parent class.

message

whatever string of information you'd like to pass.

class RandomClass() {

val tag = "RandomClass"

fun test() {
Log.i(tag, "it works!")
}
}