DefaultLogger.warn

Logs the given message of an arbitrary amount of arguments and specifically sets the level to WARN

class DefaultLogger
void
warn
(
TextType...
)
(
TextType segments
)

Parameters

segments TextType

the arbitrary argumnets (alias sequence)

Meta