AyCode.Core/AyCode.Database/DbSets/Loggers
Loretta 541cebbed8 Update README links to use code-style paths for docs
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.
2026-03-30 08:01:05 +02:00
..
IAcLogItemDbSetBase.cs
README.md Update README links to use code-style paths for docs 2026-03-30 08:01:05 +02:00

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 exposing DbSet<TLogItem> for log items. Implemented by AcLoggerDbContextBase.