com.atlassian.bamboo.persister
Class AuditLogService
java.lang.Object
com.atlassian.bamboo.persister.AuditLogService
- All Implemented Interfaces:
- IAuditLogService
public class AuditLogService
- extends Object
- implements IAuditLogService
LogService
Adding reliable cancellation to LogWriter
- Author:
- Brian Goetz and Tim Peierls
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLogService
public AuditLogService()
start
public void start()
- Specified by:
start
in interface IAuditLogService
stop
public void stop()
- Specified by:
stop
in interface IAuditLogService
log
public void log(AuditLog msg)
- Specified by:
log
in interface IAuditLogService
log
public void log(String msg)
- Specified by:
log
in interface IAuditLogService
log
public void log(String msg,
Build build)
- Specified by:
log
in interface IAuditLogService
setAuditLogDao
public void setAuditLogDao(IAuditLogDao auditLogDao)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.