|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.logger.LogInterceptorAdapter
public class LogInterceptorAdapter
No-op interceptor.
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 |
---|
public LogInterceptorAdapter()
Method Detail |
---|
public void intercept(@NotNull LogEntry logEntry)
LogInterceptor
intercept
in interface LogInterceptor
public void interceptError(@NotNull LogEntry logEntry)
LogInterceptor
interceptError
in interface LogInterceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |