| java.lang.Object org.space4j.implementation.SimpleLogger
SimpleLogger | public class SimpleLogger implements Logger(Code) | | |
Constructor Summary | |
public | SimpleLogger(String dirname) Initializes this SimpleLogger.
SimpleLogger uses a special directory named space4j_db to store all other directories. |
SimpleLogger | public SimpleLogger(String dirname)(Code) | | Initializes this SimpleLogger.
SimpleLogger uses a special directory named space4j_db to store all other directories.
Each application (client) has its own subdirectory below this one.
You pass the name of this subdirectory through the dirname parameter.
Parameters: dirname - The dir where to store the files. |
getLogNumber | public long getLogNumber()(Code) | | |
|
|