# With nothing collecting, a `"drop"` report says nothing at all ...
signal_info("h", "Using a default for `h`.")
# ... whereas `unhandled = "show"` reports it there and then.
signal_info("h", "Using a default for `h`.", unhandled = "show")
# Normally it is raised inside a call whose body is wrapped in
# `with_info_level()`, which is what decides whether to show it.
with_info_level(signal_info("h", "Using a default for `h`."))
Run the code above in your browser using DataLab