#![no_std]
#![cfg_attr(feature = "unstable-darwin-objc", feature(darwin_objc))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(html_root_url = "https://docs.rs/objc2-os-log/0.3.2")]
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(feature = "std")]
extern crate std;
mod generated;
#[allow(unused_imports, unreachable_pub)]
pub use self::generated::*;
#[allow(dead_code, non_camel_case_types)]
pub(crate) type os_activity_id_t = u64;
#[allow(dead_code, non_camel_case_types)]
pub(crate) type os_signpost_id_t = u64;
unsafe impl objc2_foundation::NSCoding for OSLogEntry {}