Skip to contents

Implementation of the log_write_connector function for the ConnectorLogger class.

Usage

# S3 method for class 'ConnectorLogger'
write_cnt(connector_object, x, name, ...)

Arguments

connector_object

The ConnectorLogger object.

x

The data to write.

name

The name of the connector.

...

Additional parameters.

Value

Invisible result of the write operation.