public static ClientId getId() {
return id;
}
private static void initializeErrorLog() {
ErrorDetailsGenerator detailsGenerator = null;
String bean = "platform.ErrorDetailsGenerator";
if (appContext.containsBean(bean)) {
detailsGenerator = (ErrorDetailsGenerator) appContext.getBean(bean);
} else {
detailsGenerator = ErrorDetailsGenerator.DEFAULT;