log_error_ff: Log an Error Function Factory

Description Usage Arguments Value See Also

View source: R/log.R

Description

Create a function that will log an error for an activity to the provided Log Table.

Usage

1
log_error_ff(datetime_field = "log_datetime", schema, log_table)

Arguments

datetime_field

Name of the datetime field. Defaults to log_datetime.

schema

The target schema for the operation.

log_table

Log table name

Value

A function that logs an error of an activity.

See Also

tibble mutate,select,reexports

Other logging functions: create_log(), log_start_ff(), log_stop_ff()


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.