Skip to content
/ oslog Public

Rust log implementation to send system log messages on macOS using the unified logging system.

License

Notifications You must be signed in to change notification settings

nerosnm/oslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oslog

A Rust log implementation that logs messages using Apple's new unified logging system.

Usage

Add this to your Cargo.toml:

[dependencies]
oslog = { git = "https://git.sr.ht/~nerosnm/oslog" }

and this to your crate root:

extern crate oslog;

...and then don't do anything, because the library is a work in progress and doesn't work yet :)

License

oslog is licensed under the MIT License.

About

Rust log implementation to send system log messages on macOS using the unified logging system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published