Class Logger

java.lang.Object
com.intuit.ipp.util.Logger

public final class Logger extends Object
Wrapper class for our chosen log provider. Currently java.util.logging. If you want to route logging through another logger, check the documentation of that logger on how to intercept java.util.logging.
  • Method Details

    • getLogger

      public static org.slf4j.Logger getLogger()