Class ConfigurationLifecycleDescriptor.ExecLogger

java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.ConfigurationLifecycleDescriptor.ExecLogger
All Implemented Interfaces:
net.ssehub.easy.producer.core.mgmt.EasyExecutor.Logger
Enclosing class:
ConfigurationLifecycleDescriptor

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

    • ExecLogger

      private ExecLogger()
  • Method Details

    • warn

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

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

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