Learn R Programming

luzlogr (version 0.1.0)

newlog: Create new log

Description

Create new log

Usage

newlog(logfile, loglevel, sink, description, closeit)

Arguments

logfile
Name of log file (character or connection)
loglevel
Minimum priority level (numeric)
sink
Send all console output to logfile? (logical)
description
Description (character)
closeit
File should be closed when log closes? (logical)

Details

This handles internal data tracking only, not the file on disk.