GoggaLogger.debug_

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to DEBUG and will only print if debugging is enabled

class GoggaLogger
final
void
debug_
(
TextType...
)
(
TextType segments
,
string c1 = __FILE_FULL_PATH__
,
string c2 = __FILE__
,
ulong c3 = __LINE__
,
string c4 = __MODULE__
,
string c5 = __FUNCTION__
,
string c6 = __PRETTY_FUNCTION__
)

Parameters

segments TextType

the arbitrary argumnets (alias sequence)

Meta