

Public Member Functions | |
| void | doLog (LogType type, String id, String name, String path, String msg, Serializable data) |
| long | getCountOf (String comment, String logPath, Date since) |
Definition at line 31 of file LogSystem.java.
| void org.turro.contacts.log.LogSystem.doLog | ( | LogType | type, |
| String | id, | ||
| String | name, | ||
| String | path, | ||
| String | msg, | ||
| Serializable | data | ||
| ) |
Implements org.turro.elephant.log.ILogger.
Definition at line 34 of file LogSystem.java.

| long org.turro.contacts.log.LogSystem.getCountOf | ( | String | comment, |
| String | logPath, | ||
| Date | since | ||
| ) |
Implements org.turro.elephant.log.ILogger.
Definition at line 47 of file LogSystem.java.
