GoggaLogger.info

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to INFO

class GoggaLogger
public final
void
info
(
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