Package org.slf4j.spi

Interface MarkerFactoryBinder


  • @Deprecated(since="2022-01-27")
    public interface MarkerFactoryBinder
    Deprecated.
    This internal log4j API is not supported by AEM as a Cloud Service.
    An internal interface which helps the static MarkerFactory class bind with the appropriate IMarkerFactory instance.
    • Method Detail

      • getMarkerFactoryClassStr

        java.lang.String getMarkerFactoryClassStr()
        Deprecated.
        The String form of the IMarkerFactory object that this MarkerFactoryBinder instance is intended to return.

        This method allows the developer to interrogate this binder's intention which may be different from the IMarkerFactory instance it is able to return. Such a discrepancy should only occur in case of errors.

        Returns:
        the class name of the intended IMarkerFactory instance