intellij-randomness / com.fwdekker.randomness / ErrorReporter / submit

submit

fun submit(events: Array<out IdeaLoggingEvent>, additionalInfo: String?, parentComponent: Component, consumer: Consumer<SubmittedReportInfo>): Boolean

Submits the exception as desired by the user.

Parameters

events - the events that caused the exception

additionalInfo - additional information provided by the user

parentComponent - ignored

consumer - ignored

Return
true