log_list_content_connector {connector} | R Documentation |
List contents
Description
This function is a generic for logging the List contents of a connector object. The actual implementation of the logging is determined by the specific method for the connector object's class.
Usage
log_list_content_connector(connector_object, ...)
Arguments
connector_object |
The connector object to log the List contents of. |
... |
Additional parameters passed to the specific method implementation |
Value
The result of the specific method implementation.
[Package connector version 0.1.1 Index]