Notification

interface Notification

Any kind of notification which should be printed to the console. For example when using the formatting rule set, any change to your kotlin file is a notification.

Types

Link copied to clipboard

Level of severity of the notification

Properties

Link copied to clipboard
open val isError: Boolean
Link copied to clipboard
Link copied to clipboard
abstract val message: String