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

io.quarkiverse.googlecloudservices.logging.runtime.format.InternalHandler Maven / Gradle / Ivy

package io.quarkiverse.googlecloudservices.logging.runtime.format;

import org.jboss.logmanager.ExtLogRecord;

import com.google.cloud.logging.Payload;

import io.quarkiverse.googlecloudservices.logging.runtime.TraceInfo;

public interface InternalHandler {

    public Payload transform(ExtLogRecord record, TraceInfo trace);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy