Add file log support
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "webcc/logger.h"
|
||||
|
||||
#include "calc_client.h"
|
||||
|
||||
int main() {
|
||||
LOG_INIT(0);
|
||||
LOG_INIT("", webcc::LOG_CONSOLE);
|
||||
|
||||
CalcClient calc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user