apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.41k stars 3.96k forks source link

Update logging.cc #2642

Closed Huoke closed 4 months ago

Huoke commented 4 months ago

What problem does this PR solve?

files that meet the standards of posix are put into the judgment OS_POSIX Issue Number: #2641 Problem Summary:

What is changed and the side effects?

Changed: Side effects:


- When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
- Please follow [Contributor Covenant Code of Conduct](../../master/CODE_OF_CONDUCT.md).(请遵循贡献者准则).
Huoke commented 4 months ago

Got it, there are MAC_OS conditional judgments on it, what a stupid pull request!