swift log github actions:Swift的GitHub Actions工作流日志记录 源码
记录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
用户评论