get_logger_definitions {logger}R Documentation

Find the logger definition(s) specified for the current namespace with a fallback to the global namespace

Description

Find the logger definition(s) specified for the current namespace with a fallback to the global namespace

Usage

get_logger_definitions(namespace = NA_character_, .topenv = parent.frame())

Arguments

namespace

override the default / auto-picked namespace with a custom string

Value

list of function(s)


[Package logger version 0.3.0 Index]