Marc Kupietz | b1dec01 | 2025-06-04 17:16:57 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/logging.R |
| 3 | \name{log_info} |
| 4 | \alias{log_info} |
| 5 | \title{Logging utilities for RKorAPClient} |
| 6 | \usage{ |
| 7 | log_info(v, ...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{v}{logical flag indicating whether to output the message} |
| 11 | |
| 12 | \item{...}{message components to concatenate and display} |
| 13 | } |
| 14 | \description{ |
| 15 | This module provides centralized logging functions used throughout the package |
| 16 | for progress reporting and ETA calculations. |
| 17 | Log informational messages with optional coloring |
| 18 | } |
| 19 | \keyword{internal} |