Learn R Programming

rly (version 1.7.4)

NullLogger: Null logger is used when no output should be generated.

Description

Does nothing.

Usage

NullLogger

Arguments

Format

A R6Class object

Examples

Run this code
# NOT RUN {
debuglog <- NullLogger$new()
debuglog$info('This will not print')
# }

Run the code above in your browser using DataLab