nee-core / dev.neeffect.nee.effects.monitoring / CodeLocation

CodeLocation

data class CodeLocation

Constructors

<init>

CodeLocation(functionName: String? = null, className: String? = null, fileName: String? = null, lineNumber: Int? = null, customInfo: String? = null)

Properties

className

val className: String?

customInfo

val customInfo: String?

fileName

val fileName: String?

functionName

val functionName: String?

lineNumber

val lineNumber: Int?

Functions

toString

fun toString(): String