Searched refs:classLoaderName (Results 1 – 2 of 2) sorted by relevance
479 String classLoaderName; in initDiagnostics() local482 classLoaderName = "BOOTLOADER"; in initDiagnostics()484 classLoaderName = objectId(classLoader); in initDiagnostics()487 classLoaderName = "UNKNOWN"; in initDiagnostics()489 …ticPrefix = "[LogFactoryImpl@" + System.identityHashCode(this) + " from " + classLoaderName + "] "; in initDiagnostics()
1534 String classLoaderName;1538 classLoaderName = "BOOTLOADER";1540 classLoaderName = objectId(classLoader);1543 classLoaderName = "UNKNOWN";1545 diagnosticPrefix = "[LogFactory from " + classLoaderName + "] ";