| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/logging.R |
| \name{log_info} |
| \alias{log_info} |
| \title{Logging utilities for RKorAPClient} |
| \usage{ |
| log_info(v, ...) |
| } |
| \arguments{ |
| \item{v}{logical flag indicating whether to output the message} |
| |
| \item{...}{message components to concatenate and display} |
| } |
| \description{ |
| This module provides centralized logging functions used throughout the package |
| for progress reporting and ETA calculations. |
| Log informational messages with optional coloring |
| } |
| \keyword{internal} |