
Print Method for ConnectorLogger objects
Source:R/cnt_logger_add_logs.R
, R/cnt_logger_generics.R
print.ConnectorLogger.Rd
This function prints the connector logger.
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.