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

mdk_tracing.TracingDestination Maven / Gradle / Ivy

There is a newer version: 2.0.37
Show newest version
/* Quark 1.0.452 run at 2016-11-11 16:09:46.008093 */
package mdk_tracing;

/**
 * MDK can use this to handle logging on the Session.
 */
public interface TracingDestination extends mdk_runtime.actors.Actor {
    public static quark.reflect.Class mdk_tracing_TracingDestination_ref = datawire_mdk_md.Root.mdk_tracing_TracingDestination_md;
    /**
     * Send a log message to the server. Call using logToTracer().
     */
     void log(mdk_tracing.protocol.LogEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy