logging
✓Structured logging patterns for the 3SC widget host. Covers Serilog configuration, log levels, correlation IDs, sensitive data handling, and diagnostic contexts.
Installation
SKILL.md
Effective logging is essential for debugging, monitoring, and understanding application behavior. This skill covers structured logging patterns using Serilog.
| Verbose | Detailed debugging only | Method entry/exit, loop iterations | | Debug | Development diagnostics | Parameter values, state changes | | Information | Normal operations | Startup, shutdown, user actions | | Warning | Unexpected but handled | Retry attempted, fallback used | | Error | Operation failed | Exception caught, feature unavailable |
| Fatal | App cannot continue | Startup failure, critical resource missing |
Structured logging patterns for the 3SC widget host. Covers Serilog configuration, log levels, correlation IDs, sensitive data handling, and diagnostic contexts. Source: yosrbennagra/3sc.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yosrbennagra/3sc --skill logging- Source
- yosrbennagra/3sc
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is logging?
Structured logging patterns for the 3SC widget host. Covers Serilog configuration, log levels, correlation IDs, sensitive data handling, and diagnostic contexts. Source: yosrbennagra/3sc.
How do I install logging?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yosrbennagra/3sc --skill logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yosrbennagra/3sc
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01