Skip to content

Logging

Sven Rahn edited this page Jun 29, 2018 · 1 revision

Source: https://github.com/randombyte-developer/kt-skript/blob/master/src/main/kotlin/de/randombyte/ktskript/utils/logging.kt

Helps you to develop a script or allows you to notify admins about something in the console.

log("a log message")
warn("attention!")
error("something bad")

Clone this wiki locally