Deprecated Methods |
org.aselect.system.logging.SystemLogger.formatDetailedError(String, String, Exception, String)
use SystemLogger.log(Level, String, String, String, Throwable) instead. |
org.aselect.system.logging.SystemLogger.formatInternalError(String, String, Exception)
use SystemLogger.log(Level, String, String, String, Throwable) instead. |
org.aselect.system.configmanager.ConfigManager.importConfig(File)
All config should be stored in only one config file. |
org.aselect.system.configmanager.IConfigHandler.importConfig(File)
All config should be stored in only one config file. |
org.aselect.system.configmanager.handler.XMLConfigHandler.importConfig(File)
All config should be stored in only one config file. |
org.aselect.system.logging.SystemLogger.init(String, String, String, int, int)
use other init!
Initialize the SystemLogger .
Description:
Performs the following steps:
- Create new FileHandler
- Open log file
- Add file handler to this logger
- Set default level (ALL)
Concurrency issues:
-
Preconditions:
- sLogDir != null
- sLogFileNamePrefix != null
Postconditions:
The logger is initialised. |
org.aselect.system.logging.SystemLogger.setDebug(boolean)
use SystemLogger.setLevel(Level) instead. |