DefaultLogger.debug_

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

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

Parameters

segments TextType

the arbitrary argumnets (alias sequence)

Meta