Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1084#discussion_r45176128 --- Diff: utils/src/main/java/com/cloud/utils/StringUtils.java --- @@ -310,6 +310,11 @@ public static String mapToString(final Map<String, String> map) { return listWPagination; } + public static String format(final String format, final Object... arguments) { --- End diff -- this is usefull for a lot of logging ;)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---