corda / net.corda.core.node.services.diagnostics / DiagnosticsService

DiagnosticsService

@DoNotImplement interface DiagnosticsService

A DiagnosticsService provides APIs that allow CorDapps to query information about the node that CorDapp is currently running on.

Functions

nodeVersionInfo

abstract fun nodeVersionInfo(): NodeVersionInfo

Retrieve information about the current node version.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.