wtf
When overridden, this should extend a logging function
wtf (A.K.A. What the F***) Something so inexplicably impossible has occurred that you want to immediately draw as much attention to the error as possible because you don't want to get fired.
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 thisWillNeverHappen() {
Log.wtf(tag, "BEFORE DEBUG: call that dude from LinkedIn back and accept the job.")
}
}Content copied to clipboard