blob: 6e5d2c79970243e133f420b4084c9a5608af8b2f [file] [log] [blame]
Marc Kupietzb1dec012025-06-04 17:16:57 +02001% 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{
7log_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{
15This module provides centralized logging functions used throughout the package
16for progress reporting and ETA calculations.
17Log informational messages with optional coloring
18}
19\keyword{internal}