LogChannel
A log channel represents a named stream of typed data within a FateWeaver log.
Each channel has a unique name and is associated with a specific schema that defines how objects of type T are serialized. Channels provide a way to organize and separate different types of log data within the same log file.
Parameters
T
The type of objects that can be written to this channel