LoggerApplicationInsights

data class LoggerApplicationInsights(val connectionString: String? = null, val instrumentationKey: String? = null)

Constructors

Link copied to clipboard
constructor(connectionString: String? = null, instrumentationKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection string of Application Insights.

Link copied to clipboard

The instrumentation key used to push data to Application Insights.