updateOptions {logging}R Documentation

Changes settings of logger or handler.

Description

Changes settings of logger or handler.

Usage

updateOptions(container, ...)

## S3 method for class 'character'
updateOptions(container, ...)

## S3 method for class 'environment'
updateOptions(container, ...)

## S3 method for class 'Logger'
updateOptions(container, ...)

Arguments

container

a logger, its name or a handler.

...

options to set for the container.

Methods (by class)


[Package logging version 0.10-108 Index]