Learn R Programming

mLLMCelltype (version 2.0.0)

logging_functions: Convenience functions for logging

Description

Convenience functions for logging

Usage

log_debug(message, context = NULL)

log_info(message, context = NULL)

log_warn(message, context = NULL)

log_error(message, context = NULL)

Value

Invisible NULL

Arguments

message

Log message string

context

Optional context information (list or character)