Logger.info

* Log an information message. * It starts with the current time + " -> LOG_INFO: " * Params: * message = the information message * obj = current class reference, mostly you pass 'this'

class Logger
static
void
info
(
string message
,
string objectName
,
bool onlyToConsole = false
)

Meta