Learn R Programming

rly (version 1.7.7)

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
debuglog <- NullLogger$new()
debuglog$info('This will not print')

Run the code above in your browser using DataLab