文件名称:swift-log-github-actions:Swift的GitHub Actions工作流日志记录
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-10 21:36:54
swift swift-log github-actions Swift
记录GitHub动作 的日志记录后端,日志记录消息转换。 要求 迅捷5.1+ 用法 有条件地引导GitHubActionsLogHandler import Logging import LoggingGitHubActions import struct Foundation . ProcessInfo LoggingSystem. bootstrap { label in if ProcessInfo. processInfo . environment [ " GITHUB_ACTIONS " ] == " true " { return GitHubActionsLogHandler. standardOutput ( label : label) } else { return StreamLogHandler. standard
【文件预览】:
swift-log-github-actions-master
----.gitignore(62B)
----Package.swift(1KB)
----README.md(2KB)
----.github()
--------workflows()
----Sources()
--------LoggingGitHubActions()
----LICENSE.md(1KB)
----Package.resolved(323B)
----Tests()
--------LinuxMain.swift(60B)
--------LoggingGitHubActionsTests()