Logs an info message
static void info(String tag, String message) { for (var target in _logTargets) { target.logInfo(tag, message); } }