18 package org.turro.plugin.log;
20 import java.util.Collection;
21 import org.turro.elephant.log.LogType;
27 public interface ILogLoader {
29 public Collection<ILogRegister>
load(
LogType type, String pathOrigin,
int group, String comment);
Collection< ILogRegister > load(LogType type, String pathOrigin, int group, String comment)
Collection< ILogRegister > loadLogin()