mklog: Making Formatted Log Files

Description Usage Arguments Value Examples

Description

See arguments.

Usage

1
mklog(x, path, sep = '\t')

Arguments

x

Content of a log record.

path

The path of the log file, if ”, the log record is sent to standard output.

sep

The seperator in a record.

Value

None (invisible NULL)

Examples

1
mklog('test log', '')

batchscr documentation built on May 6, 2019, 9 a.m.

Related to mklog in batchscr...