Add file log support
This commit is contained in:
@@ -40,7 +40,7 @@ void Test(boost::asio::io_context& ioc) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
LOG_INIT(0);
|
||||
LOG_INIT("", webcc::LOG_CONSOLE);
|
||||
|
||||
boost::asio::io_context ioc;
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ void Test() {
|
||||
}
|
||||
|
||||
int main() {
|
||||
LOG_INIT(0);
|
||||
LOG_INIT("", webcc::LOG_CONSOLE);
|
||||
|
||||
Test();
|
||||
Test();
|
||||
|
||||
Reference in New Issue
Block a user