Uses of Class
edu.wpi.prc.persistence.InvalidLogPathException

Packages that use InvalidLogPathException
edu.wpi.prc.persistence   
 

Uses of InvalidLogPathException in edu.wpi.prc.persistence
 

Methods in edu.wpi.prc.persistence that throw InvalidLogPathException
static void SpotCheckLogger.initialize()
          Opens the default log file for appending and initializes the streams.
static void SysLogger.initialize()
          Opens the default log file for appending and initializes the streams.
static void SpotCheckLogger.initialize(java.lang.String logPath)
          Opens the log file for appending and initializes the streams.
static void SysLogger.initialize(java.lang.String logPath)
          Opens the log file for appending and initializes the streams.