19 package org.turro.plugin.log;
21 import java.util.Collection;
22 import org.turro.elephant.log.LogType;
23 import org.turro.plugin.PluginChecker;
29 public class LogUtil {
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 Object get(String key)
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()