Interface ILoggablePojo


@Deprecated public interface ILoggablePojo
Deprecated.
Pojo components are deprecated, use IAction
The interface for a POJO component that wants to be provided with a logger. This is an optional interface for POJO components
Author:
jamesdixon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Sets the logger for the POJO component to use
  • Method Details

    • setLogger

      void setLogger(ILogger logger)
      Deprecated.
      Sets the logger for the POJO component to use
      Parameters:
      logger -