19 package org.turro.log;
21 import java.io.Serializable;
22 import java.util.Date;
23 import org.turro.annotation.ElephantLogger;
24 import org.turro.auth.Authentication;
25 import org.turro.elephant.db.ElephantPU;
26 import org.turro.elephant.entities.db.SystemLog;
27 import org.turro.entities.EmptyController;
28 import org.turro.entities.Entities;
29 import org.turro.entities.IElephantEntity;
30 import org.turro.plugin.contacts.IContact;
120 public long getCountOf(String comment, String logPath, Date since) {
static IContact getRealIContact()
void setComment(String comment)
void setEntityName(String entityName)
void setLogType(SystemLogType logType)
void setGeneratorPath(String generatorPath)
void setDateLog(Date dateLog)
void setObject(Serializable object)
void setGeneratorName(String generatorName)
void setEntityPath(String entityPath)
void setCounts(int counts)
static IElephantEntity getController(String path)
static LogWrapper type(SystemLogType type)
static LogWrapper warning()
static LogWrapper severe()
void cleanup(String entityPath)
long getCountOf(String comment, String entityPath, Date since)
SystemLog lastEntry(String entityPath, String comment)
void doLog(SystemLogType type, String entityPath, String comment, Serializable data)
void doLog(SystemLogType type, IElephantEntity entity, String comment, Serializable data)
IElephantEntity getGenerator(Object from)
ILogWrapper type(SystemLogType type)
Date getLastDateOf(String entityPath, String comment)
void cleanup(String logPath)
long getCountOf(String comment, String logPath, Date since)
void doLog(SystemLogType type, IContact contact, String entityPath, String comment, Serializable data)
void doLog(SystemLogType type, IContact contact, Object entity, String comment, Serializable data)
void doLog(SystemLogType type, String generatorPath, String entityPath, String comment, Serializable data)
void doLog(SystemLogType type, IElephantEntity generator, IElephantEntity entity, String comment, Serializable data)
void doLog(SystemLogType type, IContact contact, IElephantEntity entity, String comment, Serializable data)
void doLog(SystemLogType type, Object entity, String comment, Serializable data)