write_cnt.ConnectorLogger: Log Write Operation for ConnectorLogger class

View source: R/cnt_logger_generics.R

write_cnt.ConnectorLoggerR Documentation

Log Write Operation for ConnectorLogger class

Description

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.


connector documentation built on June 8, 2025, 11:36 a.m.