fun notify(title: String): Unit
fun notify(title: String, text: String): Unit
fun notify(title: String, text: String, level: LogLevel): Unit