{"id":74114,"library":"oslog","title":"Oslog","description":"A minimal safe wrapper around Apple's unified logging system for macOS and iOS.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/steven-joruk/oslog","tags":["apple","logging","oslog","unified-logging"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\noslog = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add oslog","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"OsLog","correct":"use oslog::OsLog;"}],"quickstart":{"code":"use oslog::OsLog;\n\nfn main() {\n    let log = OsLog::new(\"com.example.app\");\n    log.info(\"Hello from oslog!\");\n}","lang":"rust","description":"Create a logger and log an info message."},"warnings":[{"fix":"Use conditional compilation or feature flags to guard usage.","message":"Only works on Apple platforms (macOS, iOS, etc.); no-op on other systems.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'appl':7,16 'around':6 'io':15 'log':10,17,21 'maco':13 'minim':3 'oslog':1,18 'safe':4 'system':11 'unifi':9,20 'unified-log':19 'wrapper':5","created_at":"2026-06-17T18:59:11.439000+00:00","updated_at":"2026-06-17T18:59:11.439000+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/steven-joruk/oslog","github":"https://github.com/steven-joruk/oslog","docs":"https://docs.rs/oslog/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}