Replaced Markdown links with plain code-style paths in all README.md files for consistency. Updated references to logging, SignalR, and dynamic method dispatch documentation. Clarified some documentation paths and improved consistency in context/architecture sections. No code changes—documentation only. |
||
|---|---|---|
| .. | ||
| IAcLogItemDbSetBase.cs | ||
| README.md | ||
README.md
DbSets / Loggers
Log item DbSet interface for EF Core log storage.
For full logging architecture see
docs/LOGGING.md.
Key Files
IAcLogItemDbSetBase.cs— Interface exposingDbSet<TLogItem>for log items. Implemented byAcLoggerDbContextBase.