StacksErrorLog

class StacksErrorLog(outputPath: Path)

A Stacks log file that contains errors from processing comments in Avail modules.

Author

Richard A Arriaga

Constructors

Link copied to clipboard
fun StacksErrorLog(outputPath: Path)

Functions

Link copied to clipboard
fun addLogEntry(buffer: ByteBuffer, addToErrorCount: Int)

Add a new error log entry to the error error log.

Link copied to clipboard
fun errorCount(): Int
Link copied to clipboard
fun file(): AsynchronousFileChannel?