Logger.logc

Logs the given string using the provided context

class Logger
public final
void
logc
(,
string text
,
string c1 = __FILE_FULL_PATH__
,
string c2 = __FILE__
,
ulong c3 = __LINE__
,
string c4 = __MODULE__
,
string c5 = __FUNCTION__
,
string c6 = __PRETTY_FUNCTION__
)

Parameters

context Context

the custom context to use

text string

the string to log

Meta