19 package org.turro.plugin.log;
21 import java.util.Collection;
22 import org.turro.action.Plugins;
23 import org.turro.elephant.log.LogType;
36 public static Collection<ILogRegister>
load(
LogType type, String pathOrigin,
int group, String comment) {
39 return loader.
load(type, pathOrigin, group, comment);
44 public static Collection<ILogRegister>
loadLogin() {
static< T > T loadImplementation(Class< T > jclass)
static Collection< ILogRegister > load(LogType type, String pathOrigin, int group, String comment)
static Collection< ILogRegister > loadLogin()
Collection< ILogRegister > load(LogType type, String pathOrigin, int group, String comment)
Collection< ILogRegister > loadLogin()