package com.voxeo.moho.common.util; import java.util.Map; public interface InheritLogContextI { public Map<String, String> getLogContexts(); }