96979899100101102
return create(type); } public static <T> Logger create(Class<T> type) { return new Slf4jLoggerProxy(type); }
75767778798081