log

fun log(msg: String)

Deprecated

Please stop abusing this method to log random junk then forget about it. It does not tell which plugin is logging stuff, so it is very hard to debug. Make your own Logger instance

Logs a message on debug level.

Parameters

msg

Message to log.