|
ILogWrapper | info () |
|
ILogWrapper | warning () |
|
ILogWrapper | severe () |
|
ILogWrapper | type (SystemLogType type) |
|
void | doLog (SystemLogType type, Object entity, String comment, Serializable data) |
|
void | doLog (SystemLogType type, String entityPath, String comment, Serializable data) |
|
void | doLog (SystemLogType type, IElephantEntity entity, String comment, Serializable data) |
|
void | doLog (SystemLogType type, IContact contact, Object entity, String comment, Serializable data) |
|
void | doLog (SystemLogType type, IContact contact, String entityPath, String comment, Serializable data) |
|
void | doLog (SystemLogType type, IContact contact, IElephantEntity 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) |
|
long | getCountOf (String comment, String logPath, Date since) |
|
Date | getLastDateOf (String entityPath, String comment) |
|
void | cleanup (String logPath) |
|
◆ cleanup()
void org.turro.log.ISystemLogger.cleanup |
( |
String |
logPath | ) |
|
◆ doLog() [1/8]
◆ doLog() [2/8]
void org.turro.log.ISystemLogger.doLog |
( |
SystemLogType |
type, |
|
|
IContact |
contact, |
|
|
Object |
entity, |
|
|
String |
comment, |
|
|
Serializable |
data |
|
) |
| |
◆ doLog() [3/8]
void org.turro.log.ISystemLogger.doLog |
( |
SystemLogType |
type, |
|
|
IContact |
contact, |
|
|
String |
entityPath, |
|
|
String |
comment, |
|
|
Serializable |
data |
|
) |
| |
◆ doLog() [4/8]
◆ doLog() [5/8]
◆ doLog() [6/8]
void org.turro.log.ISystemLogger.doLog |
( |
SystemLogType |
type, |
|
|
Object |
entity, |
|
|
String |
comment, |
|
|
Serializable |
data |
|
) |
| |
◆ doLog() [7/8]
void org.turro.log.ISystemLogger.doLog |
( |
SystemLogType |
type, |
|
|
String |
entityPath, |
|
|
String |
comment, |
|
|
Serializable |
data |
|
) |
| |
◆ doLog() [8/8]
void org.turro.log.ISystemLogger.doLog |
( |
SystemLogType |
type, |
|
|
String |
generatorPath, |
|
|
String |
entityPath, |
|
|
String |
comment, |
|
|
Serializable |
data |
|
) |
| |
◆ getCountOf()
long org.turro.log.ISystemLogger.getCountOf |
( |
String |
comment, |
|
|
String |
logPath, |
|
|
Date |
since |
|
) |
| |
◆ getLastDateOf()
Date org.turro.log.ISystemLogger.getLastDateOf |
( |
String |
entityPath, |
|
|
String |
comment |
|
) |
| |
◆ info()
◆ severe()
◆ type()
◆ warning()
The documentation for this interface was generated from the following file: