Changeset 664 in tmcsimulator for trunk/src/tmcsim/paramicslog
- Timestamp:
- 09/14/2022 03:31:54 PM (4 years ago)
- Location:
- trunk/src/tmcsim/paramicslog
- Files:
-
- 2 edited
-
ParamicsLog.java (modified) (1 diff)
-
ParamicsLogFileHandler.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/paramicslog/ParamicsLog.java
r47 r664 56 56 } 57 57 } 58 private static final String CONFIG_FILE_NAME = " paramics_communicator_logging.properties";58 private static final String CONFIG_FILE_NAME = "logging_paramics_communicator.properties"; 59 59 /** 60 60 * Error logger. -
trunk/src/tmcsim/paramicslog/ParamicsLogFileHandler.java
r47 r664 88 88 public static ParamicsLogFileHandler getInstance() throws IOException 89 89 { 90 System.setProperty("PARAMICS_LOG_PROPERTIES", "config/ paramics_communicator_logging.properties");90 System.setProperty("PARAMICS_LOG_PROPERTIES", "config/logging_paramics_communicator.properties"); 91 91 // Has an instance been created yet? 92 92 if (instance == null)
Note: See TracChangeset
for help on using the changeset viewer.
