Learn R Programming

logging (version 0.4-42)

removeHandler: remove a handler from a logger

Description

removes the handler from the logger.

Usage

removeHandler(handler, logger='')
## S3 method for class 'default':
removeHandler(handler, logger='')
## S3 method for class 'character':
removeHandler(handler, logger='')

Arguments

handler
the name or the action of the handler
logger
the name of the logger to which to attach the new handler, defaults to the root logger