Class MockLogger

  • All Implemented Interfaces:
    Serializable, org.alfresco.processor.ProcessorExtension

    public class MockLogger
    extends org.alfresco.repo.processor.BaseProcessorExtension
    implements Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • MockLogger

        public MockLogger()
    • Method Detail

      • isLoggingEnabled

        public boolean isLoggingEnabled()
      • log

        public void log​(String str)
      • isDebugLoggingEnabled

        public boolean isDebugLoggingEnabled()
      • debug

        public void debug​(String str)
      • isInfoLoggingEnabled

        public boolean isInfoLoggingEnabled()
      • info

        public void info​(String str)
      • isWarnLoggingEnabled

        public boolean isWarnLoggingEnabled()
      • warn

        public void warn​(String str)
      • isErrorLoggingEnabled

        public boolean isErrorLoggingEnabled()
      • error

        public void error​(String str)