Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)