logInfo {biodb}R Documentation

Log information message.

Description

Logs an information level message with biodb logger.

Usage

logInfo(...)

Arguments

...

Values to be passed to sprintf().

Value

Nothing.

Examples

# Logs an info message:
biodb::logInfo('Index is %d.', 10)


[Package biodb version 1.0.4 Index]