Is it possible to overwrite the logging level from within the package itself? I have a package which is quite chatty with the "Basic" logging level set, so I would like to ensure it only ever runs with the "None" option set.
Is there a way to reset the logging level from within the package or can it only be set at the execution time?