# NOT RUN {
with_log_level("warn", {
lgr$info("More important than it seems")
lgr$fatal("Really not so bad")
})
with_log_value(
list(msg = "overriden msg"), {
lgr$info("bar")
lgr$fatal("FOO")
})
# }
Run the code above in your browser using DataLab