read_cnt.ConnectorLogger {connector} | R Documentation |
Log Read Operation for ConnectorLogger class
Description
Implementation of the log_read_connector function for the ConnectorLogger class.
Usage
## S3 method for class 'ConnectorLogger'
read_cnt(connector_object, name, ...)
Arguments
connector_object |
The ConnectorLogger object. |
name |
The name of the connector. |
... |
Additional parameters. |
Value
The result of the read operation.
[Package connector version 0.1.1 Index]