com.ibm.streams.operator.log4j

Interface LoggerNames



  • public interface LoggerNames
    Apache log4j Logger names with a specific purpose for Java operators.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String LOG_FACILITY
      Name for the Logger to be used to send log messages to the SPL log facility.
    • Field Detail

      • LOG_FACILITY

        static final java.lang.String LOG_FACILITY
        Name for the Logger to be used to send log messages to the SPL log facility. Has the value com.ibm.streams.operator.log.
        See Also:
        Constant Field Values