Notification

class Notification(val message: String, val level: Notification.Level)

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

Constructors

Link copied to clipboard
constructor(message: String, level: Notification.Level)

Types

Link copied to clipboard

Level of severity of the notification

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String