cui-logging
Installation
SKILL.md
CUI Logging Skill
REFERENCE MODE: This skill provides reference material. Load specific standards on-demand based on current task.
CUI-specific logging standards for projects using the CUI logging framework (cui-java-tools). This skill covers CuiLogger usage, LogRecord patterns, and DSL-style LogMessages classes.
Enforcement
Execution mode: Reference library; load standards progressively based on current logging task.
Prohibited actions:
- Do not use SLF4J or Log4j directly; all logging must use CuiLogger
- Do not use string literals for INFO/WARN/ERROR/FATAL; must use LogRecord constants
- Do not load all standards at once; load progressively based on current task