com.atlassian.jira.dev.backdoor
Class LogAccess

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.LogAccess

public class LogAccess
extends Object

Allows access

Since:
v4.3

Constructor Summary
LogAccess()
           
 
Method Summary
 javax.ws.rs.core.Response logMessage(String msg)
          This can be called to cause an error log message to be placed in the JIRA log

invoked like this "/jira/rest/func-test/1.0/log/error?msg=hi"

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAccess

public LogAccess()
Method Detail

logMessage

public javax.ws.rs.core.Response logMessage(String msg)
This can be called to cause an error log message to be placed in the JIRA log

invoked like this "/jira/rest/func-test/1.0/log/error?msg=hi"

Parameters:
msg - the message to go into the application log
Returns:
nothing meaningful but GET requires it


Copyright © 2002-2012 Atlassian. All Rights Reserved.