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 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
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
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
|