Expand description
Contains functions to retrieve various contexts that can be useful to attach to events
Constants§
- ARCH
- The CPU architecture identifier.
- PLATFORM
- The platform identifier.
- RUSTC_
CHANNEL - The rustc release channel that was used to compile this crate.
- RUSTC_
VERSION - The rustc version that was used to compile this crate.
Functions§
- device_
context - Returns the device context.
- os_
context - Returns the OS context
- rust_
context - Returns the rust info.
- server_
name - Returns the server name (hostname) if available.