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

/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DUniformLogFormatter.java120 private static final String LINE_SEPARATOR = field in class:UniformLogFormatter
130 private static final String RECORD_END_MARKER = "|#]" + LINE_SEPARATOR;
348 recordBuffer.append(LINE_SEPARATOR);
358 recordBuffer.append((getRecordEndMarker() != null ? getRecordEndMarker() : RECORD_END_MARKER) + LINE_SEPARATOR + LINE_SEPARATOR);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java76 private static String LINE_SEPARATOR = System.getProperty("line.separator"); field in class:ProgressObjectSink
352 msgs.append(stage.getStageStatusMessage()).append(LINE_SEPARATOR);

Completed in 12 milliseconds