forNamespace

abstract fun forNamespace(namespace: String): ProblemReporter(source)

Return a problem reporter associated with a plugin.

The namespace provides separation for identical problems emitted from different components. For more details on namespace, check ProblemCategory.

Return

The problem reporter.