Logging Level

Hello,

I am wondering if there are ways to change the log level when running an application?

Thank you!

I tried checking the logger.hpp file and found the Redirect function but no success using it.

logger::Redirect(stdout, logger::LoggingSeverity::LOG_LEVEL_INFO);