print.ConnectorLogger {connector} | R Documentation |
Print Method for ConnectorLogger objects
Description
This function prints the connector logger.
Usage
## S3 method for class 'ConnectorLogger'
print(x, ...)
## S3 method for class 'ConnectorLogger'
print(x, ...)
Arguments
x |
The connector logger object |
... |
Additional arguments |
Details
This method is designed to be called automatically when print()
is used
on an object of class "ConnectorLogger". It uses NextMethod()
to call
the next appropriate method in the method dispatch chain, allowing for
the default or any other custom print behavior to be executed.
Value
The result of the next method in the dispatch chain.
The result of the print operation
See Also
[Package connector version 0.1.1 Index]