NullLogger {rly}R Documentation

Null logger is used when no output should be generated.

Description

Does nothing.

Usage

NullLogger

Format

A R6Class object

Examples

debuglog <- NullLogger$new()
debuglog$info('This will not print')

[Package rly version 1.7.4 Index]