com.atlassian.bamboo.persister
Class AuditLogService

java.lang.Object
  extended by com.atlassian.bamboo.persister.AuditLogService
All Implemented Interfaces:
IAuditLogService

public class AuditLogService
extends java.lang.Object
implements IAuditLogService

LogService

Adding reliable cancellation to LogWriter

Author:
Brian Goetz and Tim Peierls

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

AuditLogService

public AuditLogService()
Method Detail

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(java.lang.String msg)
Specified by:
log in interface IAuditLogService

log

public void log(java.lang.String msg,
                Build build)
Specified by:
log in interface IAuditLogService

setAuditLogDao

public void setAuditLogDao(IAuditLogDao auditLogDao)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.