Logging Skill This skill guides you through implementing logging in B2C Commerce using the Logger and Log classes. Overview B2C Commerce provides a logging framework with: | Feature | Description | |---------|-------------| | Log Levels | debug, info, warn, error, fatal | | Categories | Organize logs by functional area | | Custom Files | Write to dedicated log files | | NDC | Nested Diagnostic Context for tracing | | BM Configuration | Enable/disable levels per category | Log Levels | Level | Method | Description | Default State | |-------|--------|-------------|---------------| | | | Detaile…