Project

General

Profile

« Previous | Next » 

Revision 4c2ad250

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/LogUtils.java
55 55
    public static void setLevel(Class<?> clazz, Level level) {
56 56
        setLevel(clazz.getCanonicalName(), level);
57 57
    }
58
}
58
}

Also available in: Unified diff