com.atlassian.jira.functest.framework.log
Class LogOnBothSides

java.lang.Object
  extended by com.atlassian.jira.functest.framework.log.LogOnBothSides

public class LogOnBothSides
extends Object

Common code for logging messages on both side of the equator. It writes to the func test log and to the JIRA log if it can!

Since:
v4.0

Constructor Summary
LogOnBothSides()
           
 
Method Summary
static void log(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, String msg)
          This will log messages on the client side and the JIRA log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnBothSides

public LogOnBothSides()
Method Detail

log

public static void log(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
                       String msg)
This will log messages on the client side and the JIRA log. It catches all runtime exceptions so logging doesn't stop things from working otherwise

Parameters:
environmentData - the environment in play
msg - the message to log


Copyright © 2002-2012 Atlassian. All Rights Reserved.