|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.dev.backdoor.LogAccess
public class LogAccess
Allows access
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 |
---|
public LogAccess()
Method Detail |
---|
public javax.ws.rs.core.Response logMessage(String msg)
msg
- the message to go into the application log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |