DefaultLogger.info

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

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

Parameters

segments TextType

the arbitrary argumnets (alias sequence)

Meta