Class ContextAwareImpl

  • All Implemented Interfaces:
    ContextAware

    @Deprecated(since="2022-01-27")
    public class ContextAwareImpl
    extends java.lang.Object
    implements ContextAware
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    A helper class that implements ContextAware methods. Use this class to implement the ContextAware interface by composition.
    • Constructor Detail

      • ContextAwareImpl

        public ContextAwareImpl​(Context context,
                                java.lang.Object origin)
        Deprecated.
    • Method Detail

      • getStatusManager

        public StatusManager getStatusManager()
        Deprecated.
      • addInfo

        public void addInfo​(java.lang.String msg)
        Deprecated.
        Specified by:
        addInfo in interface ContextAware
      • addInfo

        public void addInfo​(java.lang.String msg,
                            java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addInfo in interface ContextAware
      • addWarn

        public void addWarn​(java.lang.String msg)
        Deprecated.
        Specified by:
        addWarn in interface ContextAware
      • addWarn

        public void addWarn​(java.lang.String msg,
                            java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addWarn in interface ContextAware
      • addError

        public void addError​(java.lang.String msg)
        Deprecated.
        Specified by:
        addError in interface ContextAware
      • addError

        public void addError​(java.lang.String msg,
                             java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addError in interface ContextAware