context_log: Send entry to context log

View source: R/logging.R

context_logR Documentation

Send entry to context log

Description

Send an entry to the context log. This is designed primarily for use with packages that build off of context, so that they can log in a consistent way.

Usage

context_log(topic, value)

Arguments

topic

Up to 9 character text string with the log topic

value

Character string with the log entry


dide-tools/context documentation built on June 4, 2023, 4:46 a.m.