Logger.warning

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

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

Meta