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

TraceEntry

data class TraceEntry

Constructors

<init>

TraceEntry(tracerName: String, uuid: UUID, time: Long, codeLocation: AtomicReference<CodeLocation?> = AtomicReference())

Properties

codeLocation

val codeLocation: AtomicReference<CodeLocation?>

time

val time: Long

tracerName

val tracerName: String

uuid

val uuid: UUID

Functions

getCodeLocation

fun getCodeLocation(): CodeLocation