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