com.ibm.streams.operator.logging

Interface LoggerNames



  • public interface LoggerNames
    Names for instances of java.util.logging.Logger with a specific purpose for the Java Operator API.
    Since:
    InfoSphere® Streams Version 3.0
    • 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