Logs a warning message. message is the log message. scope is the scope or context of the log.
message
scope
void warning(String message, String scope) { log(Level.WARNING, message, scope, null, null, formatter); }