Class ConfigurationLifecycleDescriptor.ExecLogger

  • All Implemented Interfaces:
    net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger
    Enclosing class:
    ConfigurationLifecycleDescriptor

    private class ConfigurationLifecycleDescriptor.ExecLogger
    extends java.lang.Object
    implements net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger
    Mapping EASy executor logger information into this logger.
    Author:
    Holger Eichelberger, SSE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExecLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(java.lang.String text)  
      void info​(java.lang.String text)  
      void warn​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecLogger

        private ExecLogger()
    • Method Detail

      • warn

        public void warn​(java.lang.String text)
        Specified by:
        warn in interface net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger
      • error

        public void error​(java.lang.String text)
        Specified by:
        error in interface net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger
      • info

        public void info​(java.lang.String text)
        Specified by:
        info in interface net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger