Mx-Iris
Community@Mx-Iris
macOS Developer & Researcher
Agent Skills by Mx-Iris
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Mx-Iris
FAQPage SchemaWhat tasks can I accomplish with Mx-Iris's loggable-and-log skill?▼
You can add os.log instrumentation to Swift code using FrameworkToolbox: apply @Loggable to types, write #log(.level, ...) calls, configure custom subsystem/category/access levels, choose privacy levels, and debug logger setup including pre-macOS 11 fallback behavior.
Who is the target audience for the loggable-and-log skill?▼
macOS and Swift developers who use the FrameworkToolbox package and need structured logging. It suits engineers instrumenting types with @Loggable, tuning log privacy levels, or maintaining compatibility with systems older than macOS 11.
What are the prerequisites for using loggable-and-log?▼
Your Swift project must depend on FrameworkToolbox, since the skill covers its @Loggable macro and #log calls. It targets macOS environments, with specific guidance for fallback behavior on systems earlier than macOS 11 where os.log APIs differ.
How do I configure custom logging behavior with this skill?▼
The skill guides you through setting a custom subsystem and category, selecting the appropriate access level for #log calls, and choosing a privacy level so sensitive values are correctly redacted in os.log output on macOS.