write_cnt.ConnectorLogger {connector} | R 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.
[Package connector version 0.1.1 Index]