Class LoggerFactory

java.lang.Object
org.benf.cfr.reader.util.output.LoggerFactory

public class LoggerFactory extends Object
Small wrapper around the bog standard java logger.
  • Constructor Details

    • LoggerFactory

      public LoggerFactory()
  • Method Details

    • create

      public static <T> Logger create(Class<T> clazz)