18 package org.turro.log;
20 import java.io.Serializable;
21 import java.util.Date;
22 import org.turro.entities.IElephantEntity;
23 import org.turro.plugin.contacts.IContact;
45 public long getCountOf(String comment, String logPath, Date since);
void doLog(SystemLogType type, Object entity, String comment, Serializable data)
void doLog(SystemLogType type, IElephantEntity generator, IElephantEntity entity, String comment, Serializable data)
void doLog(SystemLogType type, IElephantEntity entity, String comment, Serializable data)
void doLog(SystemLogType type, String generatorPath, String entityPath, String comment, Serializable data)
void doLog(SystemLogType type, IContact contact, Object entity, String comment, Serializable data)
void doLog(SystemLogType type, IContact contact, IElephantEntity entity, String comment, Serializable data)
void doLog(SystemLogType type, IContact contact, String entityPath, String comment, Serializable data)
long getCountOf(String comment, String logPath, Date since)
void cleanup(String logPath)
void doLog(SystemLogType type, String entityPath, String comment, Serializable data)
ILogWrapper type(SystemLogType type)
Date getLastDateOf(String entityPath, String comment)