iLogtail

1753
下载
iLogtail 是阿里云日志服务(Log Service)中的一款高性能、可扩展的日志采集工具。它被设计用于实时收集、解析和传输各类日志数据,支持多种数据源和复杂的日志处理场景,广泛应用于分布式系统、Web 服务器、应用程序等环境中的日志管理。

代码风格


iLogtail C++遵循基于Google代码规范的风格,详细格式约束见.clang-format

Go遵循Effective Go风格。

Markdown遵循基于markdownlint的风格,并为了兼容GitBook排除MD033

格式化C++代码

使用VSCode的Clang-Format (by xaver)插件。

或使用命令行进行格式化

Terminal window
find core/ -type f -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i

格式化Go代码

使用VSCode的Go (by Go Team at Google)插件。

或使用命令行进行格式化

Terminal window
find ./ -type f -iname '*.go' -not -iname '*.pb.go' | grep -E -v '/external/' | xargs gofmt -w

格式化Markdown

使用VSCode的Markdownlint (by David Anson)插件。


observability.cn Authors 2024 | Documentation Distributed under CC-BY-4.0
Copyright © 2017-2024, Alibaba. All rights reserved. Alibaba has registered trademarks and uses trademarks.
浙ICP备2021005855号-32