1. 首页
  2. 数据库
  3. 其它
  4. swift log github actions:Swift的GitHub Actions工作流日志记录 源码

swift log github actions:Swift的GitHub Actions工作流日志记录 源码

上传者: 2021-03-24 11:45:46上传 ZIP文件 11.09KB 热度 17次
记录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
用户评论