Class FileLogStorage

java.lang.Object
org.jenkinsci.plugins.workflow.log.FileLogStorage
All Implemented Interfaces:
LogStorage

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public final class FileLogStorage extends Object implements LogStorage
Simple implementation of log storage in a single file that maintains a side file with an index indicating where node transitions occur. Each line in the index file is a byte offset, optionally followed by a space and then a node ID.