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
enum Level : Enum<Notification.Level>

Level of severity of the notification

Properties

Link copied to clipboard
open val isError: Boolean
Link copied to clipboard
abstract val level: Notification.Level
Link copied to clipboard
abstract val message: String

Inheritors

Link copied to clipboard