Logger.todo

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

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

Meta