|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.persister.AuditLogService
public class AuditLogService
LogService
Adding reliable cancellation to LogWriter
Constructor Summary | |
---|---|
AuditLogService()
|
Method Summary | |
---|---|
void |
log(AuditLog msg)
|
void |
log(java.lang.String msg)
|
void |
log(java.lang.String msg,
Build build)
|
void |
setAuditLogDao(IAuditLogDao auditLogDao)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditLogService()
Method Detail |
---|
public void start()
start
in interface IAuditLogService
public void stop()
stop
in interface IAuditLogService
public void log(AuditLog msg)
log
in interface IAuditLogService
public void log(java.lang.String msg)
log
in interface IAuditLogService
public void log(java.lang.String msg, Build build)
log
in interface IAuditLogService
public void setAuditLogDao(IAuditLogDao auditLogDao)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |