View source: R/cnt_logger_add_logs.R View source: R/cnt_logger_generics.R
print.ConnectorLogger | R Documentation |
This function prints the connector logger.
## S3 method for class 'ConnectorLogger'
print(x, ...)
## S3 method for class 'ConnectorLogger'
print(x, ...)
x |
The connector logger object |
... |
Additional arguments |
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.
The result of the next method in the dispatch chain.
The result of the print operation
print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.