IviInstanceIdProvider

Provides an IVI instance ID.

Properties

Link copied to clipboard

The IVI instance ID.

Extensions

Link copied to clipboard
inline fun IviInstanceIdProvider.createLoggerOnly(crossinline taggingObjectProvider: () -> Any): TraceEventListener

Creates a Tracer instance for logging only. The taggingObject provided by taggingObjectProvider with the context argument is set to the IviInstanceId as provided by this IviInstanceIdProvider.

Link copied to clipboard
inline fun <T : TraceEventListener> IviInstanceIdProvider.createTracer(crossinline taggingObjectProvider: () -> Any): T

Creates a TraceEventListener of type T. The taggingObject provided by taggingObjectProvider with the context argument is set to the IviInstanceId as provided by this IviInstanceIdProvider.