Setting configuration via config files

You have set the following configuration via config files before the :logger application is started.

:compile_time_purge_matching

What will happen to logger calls with a level lower than the above given option?

Options
  1. They will be completely removed at compile time.
  2. They will cause overhead during runtime.
  3. They will be ignored during runtime.
  4. None of these

Related Posts