江鹏辉

Results 7 issues of 江鹏辉

i have using cmake build log4cplus 2.0.7 version. I tried to create two appends: date and console. I have two controls. I want to reset the log level through the...

question

this is .vimrc file let g:clang_format#command = 'clang-format' autocmd FileType c,cpp ClangFormatAutoEnable I edit and format the .cc file first,Then edit the proto file and send an error when saving...

![20221020203824](https://user-images.githubusercontent.com/30751794/196950835-eaff3bf6-97c2-4b96-98eb-b25b6b4ddcf3.png) ![20221020203851](https://user-images.githubusercontent.com/30751794/196950860-3af18ec9-760d-459e-b5ba-906d4ccc9907.png)

Will the remaining logs in the buffer be written?

如题 还有为什么QQ群号搜不到?

```cpp // // EchoServer.cpp // // This sample demonstrates the SocketReactor and SocketAcceptor classes. // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier:...

bug

```lua -- this is example.lua function onMessage(obj) print('===========', obj:getName()) end ``` ``` cpp // this is cat.h #pragma once #include #include class Cat { public: Cat(const std::string& name) : m_name(name)...