Class SimpleBuildLogger

java.lang.Object
com.atlassian.bamboo.build.logger.SimpleBuildLogger
All Implemented Interfaces:
BuildLogger, BuildLoggerWithoutLogAccess

public class SimpleBuildLogger extends Object implements BuildLogger
The simple logger simply stores all the logs internally as a list... Useful for testing