Logs an informational message. message is the log message. scope is the scope or context of the log.
message
scope
void info(String message, String scope) { log(Level.INFO, message, scope, null, null, formatter); }