Switch log level control from runtime to compile time
This commit is contained in:
@@ -35,7 +35,7 @@ void Test(boost::asio::io_context& ioc) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
LOG_INIT(webcc::ERRO, 0);
|
||||
LOG_INIT(0);
|
||||
|
||||
boost::asio::io_context ioc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user