this(contextAware, includeCallerInfo, null);
this.includeCallerInfo = includeCallerInfo;
}
public LogstashFormatter(ContextAware contextAware, boolean includeCallerInfo, JsonNode customFields) {
super(contextAware, new LogstashFieldNames());
this.includeCallerInfo = includeCallerInfo;
this.customFields = customFields;
}