Skip to contents

Sets the function used to emit log messages. The appender must accept level, message, and cli_detail arguments (see cli_fmt()).

Usage

SetLogAppender(appender = cli_fmt)

Arguments

appender

A function to use as the log appender. Defaults to cli_fmt.

Value

NULL, invisibly.