Deprecated API


Contents
Deprecated Fields
com.twelveParsecs.util.Logger.LOG
          Used in an older version of the class in logErr & logMsg methods as a hard-coded path to the log file. 
 

Deprecated Methods
com.twelveParsecs.util.Logger.logErr(String, String, String)
          Use the logErr method that allows path to log file as an argument. This old version used a hard-coded log file path. 
com.twelveParsecs.util.Logger.logMsg(String, String, String)
          Use the logMsg method that allows path to log file as an argument. This old version used a hard-coded log file path.