get_log: Get log object from a data item

View source: R/lumberjack.R

get_logR Documentation

Get log object from a data item

Description

Get log object from a data item

Usage

get_log(data, logger = NULL)

Arguments

data

An R object.

logger

[character] scalar. Logger to return. Can be NULL when a single logger is attached.

Value

A logging object, or NULL if none exists.

See Also

Other control: %>>%(), dump_log(), run_file(), start_log(), stop_log()


lumberjack documentation built on March 31, 2023, 7:56 p.m.