Class EmptyLogEntry

java.lang.Object
com.atlassian.bamboo.build.EmptyLogEntry
All Implemented Interfaces:
LogEntry, Serializable

@Internal public class EmptyLogEntry extends Object implements LogEntry
Empty log, used a replacement for suppressed logs. It's not supposed to be written to any output but allows to keep @NotNull contracts.
Since:
10.0
See Also: