Searched refs:diagnosticPrefix (Results 1 – 2 of 2) sorted by relevance
197 private String diagnosticPrefix; field in LogFactoryImpl489 …diagnosticPrefix = "[LogFactoryImpl@" + System.identityHashCode(this) + " from " + classLoaderName… in initDiagnostics()502 logRawDiagnostic(diagnosticPrefix + msg); in logDiagnostic()
135 private static String diagnosticPrefix; field in LogFactory1545 diagnosticPrefix = "[LogFactory from " + classLoaderName + "] ";1581 diagnosticsStream.print(diagnosticPrefix);