Constructs a LoggerChannel object.
string $channel: The channel name for this instance.
public function __construct($channel) { $this->channel = $channel; }