Logback uses this code to determine _where_ a class comes from. It would be nice if herman could support this: ``` java Class<?> type = ...; type.getProtectionDomain().getCodeSource().getLocation(); ```