1. package org.primitive.logging;
  2. import org.primitive.logging.Log.LogRecWithAttach;
  3. public interface ILogConverter {
  4. public void convert(LogRecWithAttach record);
  5. }