Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLogName (0.06 sec)

  1. src/main/java/org/codelibs/fess/job/ExecJob.java

                    }
                }
                prop.store(out, cmdList.toString());
            } catch (final IOException e) {
                throw new IORuntimeException(e);
            }
        }
    
        protected String getLogName(final String logPrefix) {
            if (logSuffix.length() > 0) {
                return logPrefix + "-" + getExecuteType() + "-" + logSuffix;
            }
            return logPrefix + "-" + getExecuteType();
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top