public class

LogOnBothSides

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.log.LogOnBothSides

Class Overview

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!

Summary

Public Constructors
LogOnBothSides()
Public Methods
static void log(Backdoor backdoor, String msg)
This will log messages on the client side and the JIRA log.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LogOnBothSides ()

Public Methods

public static void log (Backdoor backdoor, 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
backdoor backdoor used
msg the message to log