We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4118097 commit 58735b3Copy full SHA for 58735b3
1 file changed
R/logger.R
@@ -98,7 +98,7 @@ logger <- function(threshold, formatter, layout, appender) {
98
namespace = namespace,
99
.logcall = substitute(.logcall),
100
.topcall = substitute(.topcall),
101
- .topenv = .topenv,
+ .topenv = .topenv
102
)
103
})
104
0 commit comments