Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jevinskie/redirect-to-os-log
Command line utility to run a program and redirect its stdout and stderr to XNU's os_log facilities. Also includes an injectable dylib for the same purpose.
https://github.com/jevinskie/redirect-to-os-log
os-log
Last synced: about 1 month ago
JSON representation
Command line utility to run a program and redirect its stdout and stderr to XNU's os_log facilities. Also includes an injectable dylib for the same purpose.
- Host: GitHub
- URL: https://github.com/jevinskie/redirect-to-os-log
- Owner: jevinskie
- License: bsd-2-clause
- Created: 2024-03-26T16:48:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T04:28:39.000Z (10 months ago)
- Last Synced: 2024-12-14T04:08:39.661Z (about 1 month ago)
- Topics: os-log
- Language: CMake
- Homepage: https://jevinskie.github.io/redirect-to-os-log/
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redirect-to-os-log
[![codecov](https://codecov.io/gh/jevinskie/redirect-to-os-log/graph/badge.svg?token=IU5PKO6WKF)](https://codecov.io/gh/jevinskie/redirect-to-os-log)
Command line utility to run a program and redirect its stdout and stderr to XNU's os_log facilities. Also includes an injectable dylib for the same purpose.
# Building and installing
See the [BUILDING](BUILDING.md) document.
# Licensing
[BSD-2-Clause license](LICENSE.md)