logInfo0: Log information message.

View source: R/fcts_biodb.R

logInfo0R Documentation

Log information message.

Description

Logs an information level message with biodb logger, using paste0().

Usage

logInfo0(...)

Arguments

...

Values to be passed to paste0().

Value

Nothing.

Examples

# Logs an info message:
biodb::logInfo0('Index is ', 10, '.')


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.