com.ibm.tivoli.maximo.dbmanage.log

Interface ScriptLogs



  • public interface ScriptLogs
    Used by programs that log script information.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ProductStart
      Starting to run script for a product.
      static java.lang.String ScriptEnd
      Logs TRUE/FALSE
      static java.lang.String ScriptRun
      information about the script running
      static java.lang.String ScriptStart
      Name of the script at info level
    • Field Detail

      • ProductStart

        static final java.lang.String ProductStart
        Starting to run script for a product. Message is an Object[] with: product, runFromNum, runToNum, fileVersion, varName, productDir
        See Also:
        Constant Field Values
      • ScriptStart

        static final java.lang.String ScriptStart
        Name of the script at info level
        See Also:
        Constant Field Values
      • ScriptRun

        static final java.lang.String ScriptRun
        information about the script running
        See Also:
        Constant Field Values