com.ibm.tivoli.maximo.dbmanage.log

Interface ScriptApp

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String PauseLogging
      Used to tell the appender the application is doing something that doesn't need to be logged.
      static java.lang.String Redirect
      Used by Redirect Print Stream
      static java.lang.String RedirectLine
      Used by Redirect Print Stream
      static java.lang.String ResumeLogging
      Resumes after logging is paused.
      static java.lang.String ScriptApp
      General logging.
      static java.lang.String ScriptAppClose
      Log signal that the application has done its work.
      static java.lang.String ScriptAppComment
      Used for logging lesser general information.
      static java.lang.String WarningLogOnly
      Used by Redirect Print Stream
    • Field Detail

      • ScriptAppClose

        static final java.lang.String ScriptAppClose
        Log signal that the application has done its work.
        See Also:
        Constant Field Values
      • ScriptApp

        static final java.lang.String ScriptApp
        General logging. Used for things that could be shown on the console as well as the log file.
        See Also:
        Constant Field Values
      • ScriptAppComment

        static final java.lang.String ScriptAppComment
        Used for logging lesser general information. In UpdateDB, these lines will be formatted as a single line comment.
        See Also:
        Constant Field Values
      • PauseLogging

        static final java.lang.String PauseLogging
        Used to tell the appender the application is doing something that doesn't need to be logged. This is used to avoid putting the SQL that gets message data into the log file.
        See Also:
        Constant Field Values
      • ResumeLogging

        static final java.lang.String ResumeLogging
        Resumes after logging is paused.
        See Also:
        Constant Field Values
      • Redirect

        static final java.lang.String Redirect
        Used by Redirect Print Stream
        See Also:
        Constant Field Values
      • RedirectLine

        static final java.lang.String RedirectLine
        Used by Redirect Print Stream
        See Also:
        Constant Field Values
      • WarningLogOnly

        static final java.lang.String WarningLogOnly
        Used by Redirect Print Stream
        See Also:
        Constant Field Values