com.atlassian.bamboo.build.logger
Class LogInterceptorAdapter

java.lang.Object
  extended by com.atlassian.bamboo.build.logger.LogInterceptorAdapter
All Implemented Interfaces:
LogInterceptor, java.io.Serializable

public class LogInterceptorAdapter
extends java.lang.Object
implements LogInterceptor

No-op interceptor.

See Also:
Serialized Form

Constructor Summary
LogInterceptorAdapter()
           
 
Method Summary
 void intercept(LogEntry logEntry)
          Method invoked whenever a new log entry is logged
 void interceptError(LogEntry logEntry)
          Method invoked whenever a new error log entry is logged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogInterceptorAdapter

public LogInterceptorAdapter()
Method Detail

intercept

public void intercept(@NotNull
                      LogEntry logEntry)
Description copied from interface: LogInterceptor
Method invoked whenever a new log entry is logged

Specified by:
intercept in interface LogInterceptor

interceptError

public void interceptError(@NotNull
                           LogEntry logEntry)
Description copied from interface: LogInterceptor
Method invoked whenever a new error log entry is logged

Specified by:
interceptError in interface LogInterceptor


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.