jung
Results
1
issues of
jung
code: ``` struct LogEvent { std::string fmt; void *udata; std::string file_path; int line; SlogLevel level; std::string tag; int syslog_triger; explicit LogEvent(std::string fmt, void *udata, std::string file_path, int line, SlogLevel level,...