mdk_tracing.TracingDestination Maven / Gradle / Ivy
/* 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);
}