Package-level declarations

Types

Link copied to clipboard
sealed class FateLogEntry

Represents a log entry read from a log file.

Link copied to clipboard

Reads log files created by FateLogWriter.

Link copied to clipboard

A writer for FateWeaver log files that supports multiple typed channels.

Link copied to clipboard
interface LogChannel<T>

A log channel represents a named stream of typed data within a FateWeaver log.

Properties

Link copied to clipboard
const val MAGIC: String

Magic bytes that identify a FateWeaver log file.

Link copied to clipboard
const val VERSION: Short = 1

Version number of the FateWeaver log file format.