BrightSide Workbench Full Report + Source Code
org.turro.log.ISystemLogger Interface Reference
Inheritance diagram for org.turro.log.ISystemLogger:

Public Member Functions

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)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file ISystemLogger.java.

Member Function Documentation

◆ cleanup()

void org.turro.log.ISystemLogger.cleanup ( String  logPath)

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ doLog() [1/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
IContact  contact,
IElephantEntity  entity,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [2/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
IContact  contact,
Object  entity,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [3/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
IContact  contact,
String  entityPath,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [4/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
IElephantEntity  entity,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [5/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
IElephantEntity  generator,
IElephantEntity  entity,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [6/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
Object  entity,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ doLog() [7/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
String  entityPath,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ doLog() [8/8]

void org.turro.log.ISystemLogger.doLog ( SystemLogType  type,
String  generatorPath,
String  entityPath,
String  comment,
Serializable  data 
)

Implemented in org.turro.log.SystemLogs.

◆ getCountOf()

long org.turro.log.ISystemLogger.getCountOf ( String  comment,
String  logPath,
Date  since 
)

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ getLastDateOf()

Date org.turro.log.ISystemLogger.getLastDateOf ( String  entityPath,
String  comment 
)

Implemented in org.turro.log.SystemLogs.

◆ info()

ILogWrapper org.turro.log.ISystemLogger.info ( )

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ severe()

ILogWrapper org.turro.log.ISystemLogger.severe ( )

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ type()

ILogWrapper org.turro.log.ISystemLogger.type ( SystemLogType  type)

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

◆ warning()

ILogWrapper org.turro.log.ISystemLogger.warning ( )

Implemented in org.turro.log.SystemLogs.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: