2 "name": "TraceLogAdaptiveWriter",
4 "summary": "An adaptive system log writer for the TraceLog logging system.",
5 "description": "A `Writer` implementation for the TraceLog logging system that logs to the system logging facility on the platform that its running on.\n\n - **Linux**: On Linux it will writer to the systemd journal.\n - **Darwin**: On Darwin platforms (macOS, iOS, tvOS, watchOS) it will write to the Unified Logging System.\n\nSee [TraceLog](https://github.com/tonystone/tracelog) for more details.",
6 "license": "Apache License, Version 2.0",
7 "homepage": "https://github.com/tonystone/tracelog-adaptive-writer",
9 "Tony Stone": "https://github.com/tonystone"
12 "git": "https://github.com/tonystone/tracelog-adaptive-writer.git",
15 "swift_version": "4.1",
23 "source_files": "Sources/TraceLogAdaptiveWriter/**/*.swift",