logInfo0 {biodb}R 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, '.')


[Package biodb version 1.2.0 Index]