com.ibm.rational.test.lt.kernel.logging

Interface ILog



  • public interface ILog
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ERROR 
      static int INFO 
      static int WARN 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      org.eclipse.hyades.test.common.agent.ComptestAgent getLogAgent() 
      org.eclipse.hyades.test.common.agent.ComptestAgent getStatAgent() 
      void log(int level, Object msg, String caller)
      Log an informational message at a specific log level.
      void setLogAgent(org.eclipse.hyades.test.common.agent.ComptestAgent logAgent) 
      void setStatAgent(org.eclipse.hyades.test.common.agent.ComptestAgent statAgent) 
      boolean writeStatEvent(String stat) 
    • Field Detail

      • ERROR

        static final int ERROR
      • WARN

        static final int WARN
      • INFO

        static final int INFO
    • Method Detail

      • log

        void log(int level,
               Object msg,
               String caller)
        Log an informational message at a specific log level.
        Parameters:
        level - The log level
        msg - The object to log
        caller - The name of the calling class
      • setStatAgent

        void setStatAgent(org.eclipse.hyades.test.common.agent.ComptestAgent statAgent)
      • setLogAgent

        void setLogAgent(org.eclipse.hyades.test.common.agent.ComptestAgent logAgent)
      • getStatAgent

        org.eclipse.hyades.test.common.agent.ComptestAgent getStatAgent()
      • getLogAgent

        org.eclipse.hyades.test.common.agent.ComptestAgent getLogAgent()
      • writeStatEvent

        boolean writeStatEvent(String stat)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.