Class ILoggerFactoryAdapter

java.lang.Object
software.amazon.awssdk.thirdparty.org.slf4j.impl.internal.ILoggerFactoryAdapter
All Implemented Interfaces:
software.amazon.awssdk.thirdparty.org.slf4j.ILoggerFactory

public class ILoggerFactoryAdapter extends Object implements software.amazon.awssdk.thirdparty.org.slf4j.ILoggerFactory
Adapts a normal, unshaded ILoggerFactory to the shaded ILoggerFactory.
  • Constructor Details

    • ILoggerFactoryAdapter

      public ILoggerFactoryAdapter(org.slf4j.ILoggerFactory impl)
  • Method Details

    • getLogger

      public software.amazon.awssdk.thirdparty.org.slf4j.Logger getLogger(String s)
      Specified by:
      getLogger in interface software.amazon.awssdk.thirdparty.org.slf4j.ILoggerFactory