Searched refs:logPathName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogReader.java61 private static String logPathName = null; field in class:LogReader
137 String file = logPathName + logName;
171 File dir = new File(logPathName);
294 String fullFileName = logPathName + fileName;
527 String fullFileName = logPathName + fileName;
616 ss = logPathName + ss;
717 logPathName = manager.getProperty(LogConstants.LOG_LOCATION);
718 if (logPathName == null) {
738 if (!(logPathName.endsWith(File.separator))) {
739 logPathName
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogReader.java61 private static String logPathName = null; field in class:LogReader
137 String file = logPathName + logName;
171 File dir = new File(logPathName);
294 String fullFileName = logPathName + fileName;
527 String fullFileName = logPathName + fileName;
616 ss = logPathName + ss;
717 logPathName = manager.getProperty(LogConstants.LOG_LOCATION);
718 if (logPathName == null) {
738 if (!(logPathName.endsWith(File.separator))) {
739 logPathName
[all...]

Completed in 34 milliseconds