i
When overridden, this should extend a logging function
Send logcat a routine message that you want the developer to see.
Parameters
typically the name of the parent class.
whatever string of information you'd like to pass.
class RandomClass() {
val tag = "RandomClass"
fun test() {
Log.i(tag, "it works!")
}
}Send logcat a routine message that you want the developer to see.
Parameters
typically the name of the parent class.
whatever string of information you'd like to pass.
class RandomClass() {
val tag = "RandomClass"
fun test() {
Log.i(tag, "it works!")
}
}When overridden, this should extend a logging function
Send logcat a routine message that you want the developer to see.
Parameters
typically the name of the parent class.
whatever string of information you'd like to pass.
class RandomClass() {
val tag = "RandomClass"
fun test() {
Log.i(tag, "it works!")
}
}When overridden, this should extend a logging function
Send logcat a routine message that you want the developer to see.
Parameters
typically the name of the parent class.
whatever string of information you'd like to pass.
class RandomClass() {
val tag = "RandomClass"
fun test() {
Log.i(tag, "it works!")
}
}When overridden, this should extend a logging function
Send logcat a routine message that you want the developer to see.
Parameters
typically the name of the parent class.
whatever string of information you'd like to pass.
class RandomClass() {
val tag = "RandomClass"
fun test() {
Log.i(tag, "it works!")
}
}