19 package org.turro.log;
21 import java.util.Date;
22 import org.turro.action.Plugins;
23 import org.turro.annotation.ElephantLogger;
24 import org.turro.collections.CollectionUtil;
25 import org.turro.entities.Entities;
26 import org.turro.reflection.Instances;
38 if(INSTANCE ==
null) {
86 public static long getCountOf(String comment, String entityPath, Date since) {
90 public static void cleanup(String entityPath) {
static< T > T loadImplementation(Class< T > jclass)
static IElephantEntity getController(String path)
static ILogButton getButton(String generatorPath, String entityPath)
static long getCountOf(String comment, String entityPath, Date since)
static void cleanup(String entityPath)
static ILogButton getAnchor(String generatorPath, String entityPath)
static ISystemLogger getInstance()
static ILogWrapper type(SystemLogType type)
static ILogWrapper severe()
static ILogButton getButton(Object generator, Object entity)
static ILogWrapper info()
static ILogButton getAnchor(Object generator, Object entity)
static ILogWrapper warning()
long getCountOf(String comment, String logPath, Date since)
void cleanup(String logPath)
ILogWrapper type(SystemLogType type)