Log

constructor(id: String = UUID.randomUUID().toString(), timestamp: Long = Date().time, shouldForceSend: Boolean = true, component: String, type: AnalyticsEvent.Log.Type? = null, subType: String? = null, result: String? = null, target: String? = null, message: String? = null)