All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vlkan.log4j2.logstash.layout.resolver.TemplateResolver Maven / Gradle / Ivy

package com.vlkan.log4j2.logstash.layout.resolver;

import com.fasterxml.jackson.databind.JsonNode;
import org.apache.logging.log4j.core.LogEvent;

public interface TemplateResolver {

    String getName();

    JsonNode resolve(TemplateResolverContext context, LogEvent logEvent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy